From bf7373eda88e7d887b8263c9bdfc9c4f2b03b31c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Nov 2023 22:25:47 +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: https://www.npmjs.com/package/fs See this project in Snyk: https://app.snyk.io/org/trinhdaiphuc-g3i/project/400ed407-e238-4ec4-a6e6-83c4b2b8b038?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81ce6e7..d800c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -361,9 +361,9 @@ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" }, "fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 9cca027..60125a2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "body-parser": "^1.20.1", "express": "^4.17.3", - "fs": "0.0.1-security", + "fs": "0.0.2", "multer": "^1.4.2", "node-forge": "^1.3.0", "xmldom": "^0.5.0",