From f1fdc09b545fe394963f1f356a78ebd6630576c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:27:46 +0000 Subject: [PATCH] Bump minimatch from 6.1.5 to 7.0.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.1.5 to 7.0.0. - [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/v6.1.5...v7.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a72f1df50dd..95c49a84d771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -149,7 +149,7 @@ "linkinator": "4.0.2", "lint-staged": "^13.0.1", "make-promises-safe": "^5.1.0", - "minimatch": "^6.1.5", + "minimatch": "^7.0.0", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7", @@ -15545,9 +15545,9 @@ } }, "node_modules/minimatch": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz", - "integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -31907,9 +31907,9 @@ "dev": true }, "minimatch": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz", - "integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz", + "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index c5712b7879a3..49965ce2d3cf 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "linkinator": "4.0.2", "lint-staged": "^13.0.1", "make-promises-safe": "^5.1.0", - "minimatch": "^6.1.5", + "minimatch": "^7.0.0", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7",