From ac1bb772d6fac9c74ed9a3585fa2d9a735c25b77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 07:33:26 +0000 Subject: [PATCH] fix: upgrade fs from 0.0.1-security to 0.0.2 Snyk has created this PR to upgrade fs from 0.0.1-security to 0.0.2. See this package in npm: fs See this project in Snyk: https://app.snyk.io/org/jahidhasan1893/project/d1d69c88-6da8-4b77-ad1d-e0a7b3a95466?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 205c7e3..f7870dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dotenv": "^16.4.5", "ejs": "^3.1.10", "express": "^4.19.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "jsonwebtoken": "^9.0.2", "mongoose": "^8.4.3", "nodemon": "^3.1.4", @@ -685,9 +685,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/fs-minipass": { "version": "2.1.0", diff --git a/package.json b/package.json index 3353e28..0217fa8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dotenv": "^16.4.5", "ejs": "^3.1.10", "express": "^4.19.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "jsonwebtoken": "^9.0.2", "mongoose": "^8.4.3", "nodemon": "^3.1.4",