diff --git a/package-lock.json b/package-lock.json index bc1a6e5e..bde7311c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9414,9 +9414,9 @@ "dev": true }, "minimatch": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.0.tgz", - "integrity": "sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 6288b28a..3dd3f553 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "metalsmith": "^2.3.0", "metalsmith-ignore": "^1.0.0", "metalsmith-markdown": "^1.3.0", - "minimatch": "^5.0.0", + "minimatch": "^9.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "pretty-bytes": "^6.0.0",