diff --git a/public/package-lock.json b/public/package-lock.json index 92097f77..c4d16a2c 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -7834,9 +7834,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/public/package.json b/public/package.json index f8079d21..d817d153 100644 --- a/public/package.json +++ b/public/package.json @@ -6,7 +6,7 @@ "dependencies": { "axios": "^0.21.4", "dangerously-set-html-content": "^1.0.8", - "file-type": "^16.5.3", + "file-type": "^16.5.4", "get-browser-fingerprint": "^2.0.1", "history": "^4.10.1", "react": "^17.0.2",