From d2c37d4be518b4cc812cb55b9a431796010725dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:56:34 +0000 Subject: [PATCH] [DEPENDENCY] Bump minimatch from 6.2.0 to 7.2.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.2.0 to 7.2.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.2.0...v7.2.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ba5f8f4..8dc3a9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "globby": "^13.1.3", "graceful-fs": "^4.2.10", "micromatch": "^4.0.5", - "minimatch": "^6.2.0", + "minimatch": "^7.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" }, @@ -4565,9 +4565,9 @@ } }, "node_modules/minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz", + "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index e98d4e28..a1d9da1c 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "globby": "^13.1.3", "graceful-fs": "^4.2.10", "micromatch": "^4.0.5", - "minimatch": "^6.2.0", + "minimatch": "^7.2.0", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" },