From 8d114ff8bc83f08c483bc106b3786526853ed860 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jul 2025 11:38:24 +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/mmarseglia/project/1dc491d3-5369-4d2a-9455-4531259a808a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32f694c..d15f1df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "csv-writer": "^1.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "optic": "^0.1.0", "path": "^0.12.7" } @@ -21,10 +21,10 @@ "license": "MIT" }, "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==", - "license": "ISC" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.2.tgz", + "integrity": "sha512-YAiVokMCrSIFZiroB1oz51hPiPRVcUtSa4x2U5RYXyhS9VAPdiFigKbPTnOSq7XY8wd3FIVPYmXpo5lMzFmxgg==", + "license": "MIT" }, "node_modules/inherits": { "version": "2.0.3", diff --git a/package.json b/package.json index 36e55ee..253f7cb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "csv-writer": "^1.6.0", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "optic": "^0.1.0", "path": "^0.12.7" }