diff --git a/package-lock.json b/package-lock.json index b0aa6d82..8b66123a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "express-handlebars": "^8.0.1", "express-rate-limit": "^7.4.0", "express-session": "^1.18.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "handlebars-helpers": "^0.10.0", "handlebars-paginate": "^0.1.0", "moment": "^2.30.1", @@ -2638,10 +2638,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==", - "license": "ISC" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==", + "license": "MIT" }, "node_modules/fs-exists-sync": { "version": "0.1.0", diff --git a/package.json b/package.json index 0a5339d4..c0154f94 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express-handlebars": "^8.0.1", "express-rate-limit": "^7.4.0", "express-session": "^1.18.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "handlebars-helpers": "^0.10.0", "handlebars-paginate": "^0.1.0", "moment": "^2.30.1",