diff --git a/package-lock.json b/package-lock.json index 38e3264..c4dee58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@eslint/eslintrc": "^1.3.2", "lcov-parse": "^1.0.0", - "minimatch": "^6.1.6", + "minimatch": "^7.0.0", "prettier": "^2.8.4" }, "devDependencies": { @@ -3411,9 +3411,9 @@ } }, "node_modules/minimatch": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.6.tgz", - "integrity": "sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -6966,9 +6966,9 @@ "dev": true }, "minimatch": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.6.tgz", - "integrity": "sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "requires": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index a8d1912..7ba5a48 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/core": "^1.10.0", "@eslint/eslintrc": "^1.3.2", "lcov-parse": "^1.0.0", - "minimatch": "^6.1.6", + "minimatch": "^7.0.0", "prettier": "^2.8.4" }, "devDependencies": {