diff --git a/package-lock.json b/package-lock.json index 5dac8cc..cd3d6fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/glob": "^8.1.0", "@types/mocha": "^10.0.6", "@types/node": "20.x", - "@types/picomatch": "^2.3.3", + "@types/picomatch": "^2.3.4", "@types/sinon": "^17.0.3", "@types/split2": "^4.2.3", "@types/yargs": "^17.0.32", @@ -1243,9 +1243,9 @@ } }, "node_modules/@types/picomatch": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.3.tgz", - "integrity": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", + "integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", "dev": true }, "node_modules/@types/sinon": { diff --git a/package.json b/package.json index 65ef8da..99ea67b 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@types/glob": "^8.1.0", "@types/mocha": "^10.0.6", "@types/node": "20.x", - "@types/picomatch": "^2.3.3", + "@types/picomatch": "^2.3.4", "@types/sinon": "^17.0.3", "@types/split2": "^4.2.3", "@types/yargs": "^17.0.32",