From d9ee28c67cb7ca2465edcc9c77fab204debc6e3b Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Wed, 27 Jul 2022 22:32:54 +1000 Subject: [PATCH] Update express-fileupload and npm audit fix file-type module --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08c2d3fd..411295dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.8.0", "license": "AGPL-3.0-only", "dependencies": { - "@fatchan/express-fileupload": "^1.4.0", + "@fatchan/express-fileupload": "^1.4.2", "@fatchan/gm": "^1.3.2", "bcrypt": "^5.0.1", "big-bitfield": "^1.2.1", @@ -728,9 +728,9 @@ } }, "node_modules/@fatchan/express-fileupload": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@fatchan/express-fileupload/-/express-fileupload-1.4.0.tgz", - "integrity": "sha512-fi7azUtYzjbKqvpOeFKxPRASspCXtb9kppCq9lXy9GgLdtICrfvcTUltYvWa4t3CWtm6ULJBZRFh5Y5GT5xX7Q==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@fatchan/express-fileupload/-/express-fileupload-1.4.2.tgz", + "integrity": "sha512-kRoBCvV6oUxV1T2rhNBVMT9ufIkD7ACORaa2XdutFXpnTWso6RcE0VysO0wEIFAAwmxRu/3Uw12Q9cKrV2uQfw==", "dependencies": { "busboy": "^1.6.0" }, @@ -5206,9 +5206,9 @@ } }, "node_modules/file-type": { - "version": "16.5.3", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz", - "integrity": "sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==", + "version": "16.5.4", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz", + "integrity": "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==", "dependencies": { "readable-web-to-node-stream": "^3.0.0", "strtok3": "^6.2.4", @@ -14693,9 +14693,9 @@ } }, "@fatchan/express-fileupload": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@fatchan/express-fileupload/-/express-fileupload-1.4.0.tgz", - "integrity": "sha512-fi7azUtYzjbKqvpOeFKxPRASspCXtb9kppCq9lXy9GgLdtICrfvcTUltYvWa4t3CWtm6ULJBZRFh5Y5GT5xX7Q==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@fatchan/express-fileupload/-/express-fileupload-1.4.2.tgz", + "integrity": "sha512-kRoBCvV6oUxV1T2rhNBVMT9ufIkD7ACORaa2XdutFXpnTWso6RcE0VysO0wEIFAAwmxRu/3Uw12Q9cKrV2uQfw==", "requires": { "busboy": "^1.6.0" } @@ -18182,9 +18182,9 @@ } }, "file-type": { - "version": "16.5.3", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz", - "integrity": "sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==", + "version": "16.5.4", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz", + "integrity": "sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==", "requires": { "readable-web-to-node-stream": "^3.0.0", "strtok3": "^6.2.4", diff --git a/package.json b/package.json index c0a199ed..5311b57d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "", "main": "server.js", "dependencies": { - "@fatchan/express-fileupload": "^1.4.0", + "@fatchan/express-fileupload": "^1.4.2", "@fatchan/gm": "^1.3.2", "big-bitfield": "^1.2.1", "bcrypt": "^5.0.1",