diff --git a/package-lock.json b/package-lock.json index 04d1ffb..c9f29c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9893,9 +9893,9 @@ "dev": true }, "minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "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 5dc7ae4..eac3cbc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt-wp-readme-to-markdown": "~2.1.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "minimatch": "^9.0.4", + "minimatch": "^9.0.5", "underscore.string": "^3.3.6" }, "scripts": {