From ee5a5d4b97fb3d2455e52758b63703c7e9aa8204 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 13:39:51 +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/shadow/project/755e7907-423f-414b-bf95-26ba460f1702?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d22f0a0..2821a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,15 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "fs": "^0.0.1-security", + "fs": "^0.0.2", "string-template": "^1.0.0" } }, "node_modules/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==", + "license": "MIT" }, "node_modules/string-template": { "version": "1.0.0", @@ -26,9 +27,9 @@ }, "dependencies": { "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==" }, "string-template": { "version": "1.0.0", diff --git a/package.json b/package.json index 2b01b89..842e209 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Translations for Narrator Bot", "main": "index.js", "dependencies": { - "fs": "^0.0.1-security", + "fs": "^0.0.2", "string-template": "^1.0.0" }, "scripts": {