diff --git a/package-lock.json b/package-lock.json index 906fb765..e9204375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "csurf": "^1.11.0", "express": "^4.19.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "helmet": "7.1.0", "multer": "^1.4.5-lts.1" }, @@ -976,9 +976,10 @@ } }, "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==", + "license": "MIT" }, "node_modules/function-bind": { "version": "1.1.2", diff --git a/package.json b/package.json index 489c9951..609fbb8f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "csurf": "^1.11.0", "express": "^4.19.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "helmet": "7.1.0", "multer": "^1.4.5-lts.1" }