diff --git a/package-lock.json b/package-lock.json index dc43d44..45f15be 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": "25.x", - "@types/picomatch": "^4.0.2", + "@types/picomatch": "^4.0.3", "@types/sinon": "^21.0.1", "@types/split2": "^4.2.3", "@types/which": "^3.0.4", @@ -1852,9 +1852,9 @@ "license": "MIT" }, "node_modules/@types/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 030d466..c0f8a1f 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "@types/glob": "^9.0.0", "@types/mocha": "^10.0.10", "@types/node": "25.x", - "@types/picomatch": "^4.0.2", + "@types/picomatch": "^4.0.3", "@types/sinon": "^21.0.1", "@types/split2": "^4.2.3", "@types/which": "^3.0.4",