From 49cad68690d679a279b45b4b5f6b28958e71c447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Sep 2025 07:52:35 +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/blushingturtle/project/a632e048-339b-4b85-9f77-2350cc729fb0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 931eb5a..de974ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "npm-proj-1703081173996-0.54583547096458387lnOyi", + "name": "relock-npm-lock-v2-ZZxxNq", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { "@tailwindcss/typography": "github:tailwindcss/typography", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "path": "^0.12.7", "sharp": "^0.33.0" }, @@ -1410,9 +1410,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 df34aa7..46f1b91 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@tailwindcss/typography": "github:tailwindcss/typography", - "fs": "^0.0.1-security", + "fs": "^0.0.2", "path": "^0.12.7", "sharp": "^0.33.0" }