diff --git a/package-lock.json b/package-lock.json index 754aa93e..1030ecc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.25", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "^6.0.0", "@types/mocha": "^9.1.1", "@types/node": "20.x", "@types/semver": "^7.8.0", @@ -806,10 +806,15 @@ "dev": true }, "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-6.0.0.tgz", + "integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==", + "deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "minimatch": "*" + } }, "node_modules/@types/mocha": { "version": "9.1.1", @@ -4651,10 +4656,13 @@ "dev": true }, "@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-6.0.0.tgz", + "integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==", + "dev": true, + "requires": { + "minimatch": "*" + } }, "@types/mocha": { "version": "9.1.1", diff --git a/package.json b/package.json index 984f364c..4352496e 100644 --- a/package.json +++ b/package.json @@ -1200,7 +1200,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.25", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "^6.0.0", "@types/mocha": "^9.1.1", "@types/node": "20.x", "@types/semver": "^7.8.0",