diff --git a/package-lock.json b/package-lock.json index e24993fa337a..bbd8c8990496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -154,7 +154,7 @@ "make-promises-safe": "^5.1.0", "mdast-util-gfm-table": "^1.0.7", "micromark-extension-gfm-table": "^1.0.5", - "minimatch": "^7.0.0", + "minimatch": "^9.0.1", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7", @@ -14956,14 +14956,15 @@ } }, "node_modules/minimatch": { - "version": "7.0.0", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -29751,7 +29752,9 @@ "dev": true }, "minimatch": { - "version": "7.0.0", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 293cacf00c54..91faa4003936 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "make-promises-safe": "^5.1.0", "mdast-util-gfm-table": "^1.0.7", "micromark-extension-gfm-table": "^1.0.5", - "minimatch": "^7.0.0", + "minimatch": "^9.0.1", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7",