From d03b53e1d80ce9e45dc6d9b3f37f0f8a4b66eb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:20:26 +0000 Subject: [PATCH] chore(deps): bump minimatch from 7.4.6 to 9.0.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.4.6 to 9.0.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v7.4.6...v9.0.4) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",