From 01ed0f31e4ad87e74a8d61af996f11e13ff31fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 23:03:34 +0000 Subject: [PATCH] Bump minimatch from 7.0.0 to 9.0.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.0.0 to 9.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v7.0.0...v9.0.1) --- 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..bbd8c8990496 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": "^9.0.1", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7", @@ -14956,14 +14956,15 @@ } }, "node_modules/minimatch": { - "version": "7.0.0", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "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": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 293cacf00c54..91faa4003936 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": "^9.0.1", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7",