From 86fa01397aa0246fd7e1146246384de11e449128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:58:42 +0000 Subject: [PATCH] Bump minimatch from 6.1.5 to 7.3.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.1.5 to 7.3.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.3.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 efa6c068af2a..9666950c16fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,7 +148,7 @@ "linkinator": "4.0.2", "lint-staged": "^13.0.1", "make-promises-safe": "^5.1.0", - "minimatch": "^6.1.5", + "minimatch": "^7.3.0", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7", @@ -15573,9 +15573,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.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz", + "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -31967,9 +31967,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.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz", + "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 51697bf3dda4..fbc8d133c514 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "linkinator": "4.0.2", "lint-staged": "^13.0.1", "make-promises-safe": "^5.1.0", - "minimatch": "^6.1.5", + "minimatch": "^7.3.0", "mkdirp": "^2.1.3", "mockdate": "^3.0.5", "nock": "^13.2.7",