From 6d9793bb9d68081d183804e1ca972cd9e04e9656 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Aug 2025 09:14:58 +0000 Subject: [PATCH] fix: upgrade picomatch from 4.0.2 to 4.0.3 Snyk has created this PR to upgrade picomatch from 4.0.2 to 4.0.3. See this package in npm: picomatch See this project in Snyk: https://app.snyk.io/org/sbcgua/project/57d83b55-fd01-41cf-a7e9-4fcc5ae15ac6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69946ad..2125479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "commander": "^14.0.0", "lodash-es": "^4.17.21", "memfs": "^4.17.2", - "picomatch": "^4.0.2", + "picomatch": "^4.0.3", "xlsx": "^0.18.5" }, "bin": { @@ -2970,9 +2970,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "license": "MIT", "engines": { "node": ">=12" diff --git a/package.json b/package.json index 4832334..581ee70 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "chalk": "^5.4.1", "commander": "^14.0.0", "lodash-es": "^4.17.21", - "picomatch": "^4.0.2", + "picomatch": "^4.0.3", "memfs": "^4.17.2", "xlsx": "^0.18.5" },