diff --git a/package-lock.json b/package-lock.json index 5420a5a1..a6934ffd 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.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 6024411e..15ea1692 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",