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" } }