diff --git a/package-lock.json b/package-lock.json index 142aeb27..37fd0e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "git-client": "^1.8.3", "hab-client": "^1.1.3", "handlebars": "^4.7.6", - "minimatch": "^7.4.2", + "minimatch": "^9.0.4", "mz": "^2.4.0", "mz-modules": "^2.1.0", "object-squish": "^1.1.0", @@ -3399,14 +3399,14 @@ } }, "node_modules/minimatch": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", - "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 5e94c8a9..7eb79991 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "git-client": "^1.8.3", "hab-client": "^1.1.3", "handlebars": "^4.7.6", - "minimatch": "^7.4.2", + "minimatch": "^9.0.4", "mz": "^2.4.0", "mz-modules": "^2.1.0", "object-squish": "^1.1.0",