From 48086f06714b34fb9b0ef802b7b12eea7286705f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Nov 2022 20:04:23 +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/imkuroneko/project/8ad03c2e-7c00-4f9a-8f95-18657fdba8dd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 898adf6..ebd62cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "cron": "^2.1.0", "dayjs": "^1.11.6", "discord.js": "^14.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "os": "^0.1.2" } }, @@ -405,9 +405,9 @@ } }, "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==" }, "node_modules/fs-constants": { "version": "1.0.0", @@ -1172,9 +1172,9 @@ } }, "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==" }, "fs-constants": { "version": "1.0.0", diff --git a/package.json b/package.json index 35ea3b1..59dc945 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "cron": "^2.1.0", "dayjs": "^1.11.6", "discord.js": "^14.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "os": "^0.1.2" } }