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