diff --git a/package-lock.json b/package-lock.json index d892009..019d90e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/adm-zip": "^0.5.7", "@types/jest": "^29.5.14", "@types/node": "^20.17.47", - "@types/picomatch": "^2.3.4", + "@types/picomatch": "^4.0.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -1785,9 +1785,9 @@ } }, "node_modules/@types/picomatch": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", - "integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz", + "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8d738a0..b324fe9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/adm-zip": "^0.5.7", "@types/jest": "^29.5.14", "@types/node": "^20.17.47", - "@types/picomatch": "^2.3.4", + "@types/picomatch": "^4.0.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",