diff --git a/package-lock.json b/package-lock.json index e699b933..75d1a7b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/glob": "^9.0.0", "@types/mocha": "^10.0.10", "@types/node": "24.x", - "@types/picomatch": "^4.0.0", + "@types/picomatch": "^4.0.2", "@types/sinon": "^17.0.4", "@types/split2": "^4.2.3", "@types/which": "^3.0.4", @@ -1829,9 +1829,9 @@ "license": "MIT" }, "node_modules/@types/picomatch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz", - "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index aef29d11..e1a59771 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "@types/glob": "^9.0.0", "@types/mocha": "^10.0.10", "@types/node": "24.x", - "@types/picomatch": "^4.0.0", + "@types/picomatch": "^4.0.2", "@types/sinon": "^17.0.4", "@types/split2": "^4.2.3", "@types/which": "^3.0.4",