From 02f4d2ea89177c0a786c87879a05e89035ba4134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:59:23 +0000 Subject: [PATCH] Bump minimatch from 7.0.0 to 8.0.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.0.0 to 8.0.3. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v7.0.0...v8.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e24993fa337a..c848c2f57983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -154,7 +154,7 @@ "make-promises-safe": "^5.1.0", "mdast-util-gfm-table": "^1.0.7", "micromark-extension-gfm-table": "^1.0.5", - "minimatch": "^7.0.0", + "minimatch": "^8.0.3", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7", @@ -14956,14 +14956,15 @@ } }, "node_modules/minimatch": { - "version": "7.0.0", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz", + "integrity": "sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -29751,7 +29752,9 @@ "dev": true }, "minimatch": { - "version": "7.0.0", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz", + "integrity": "sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 293cacf00c54..630da52bc8bf 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "make-promises-safe": "^5.1.0", "mdast-util-gfm-table": "^1.0.7", "micromark-extension-gfm-table": "^1.0.5", - "minimatch": "^7.0.0", + "minimatch": "^8.0.3", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7",