From 38d091ff5c724aa0897e85eeac024f200d62b3f4 Mon Sep 17 00:00:00 2001 From: IMISSHER99 <145341240+IMISSHER99@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:45:57 +0530 Subject: [PATCH] fix: upgrade fs from 0.0.1-security to 0.0.2 (#32) 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/imissher99/project/25c7030d-ccf7-4412-aebd-e39997872bb1?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- 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 5f90411..c302e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "dotenv": "^16.4.5", "drizzle-orm": "^0.31.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "net": "^1.0.2", "next": "14.2.3", "perf_hooks": "^0.0.1", @@ -3037,9 +3037,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.realpath": { "version": "1.0.0", diff --git a/package.json b/package.json index c03b6e4..7755aa5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "dotenv": "^16.4.5", "drizzle-orm": "^0.31.2", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "net": "^1.0.2", "next": "14.2.3", "perf_hooks": "^0.0.1",