From 9b6f5b99752f8ff887b1f0368b7416444d9652ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:35:03 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 4.0.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 4.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/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1efdba04..9657bf2e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "generate-password": "1.6.1", "jest-junit": "13.0.0", "loader-utils": "^1.4.2", - "minimatch": "^3.1.2", + "minimatch": "^4.0.0", "moment": "^2.29.4", "quasar": "^1.19.1", "terser": "^4.8.1", diff --git a/yarn.lock b/yarn.lock index 5d564c9b..ba23e664 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9085,10 +9085,10 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimatch@^3.1.2: - version "3.1.2" - resolved "https://npm-registry.sipwise.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== +minimatch@^4.0.0: + version "4.0.0" + resolved "https://npm-registry.sipwise.com/minimatch/-/minimatch-4.0.0.tgz#befe49964c07e98a5eb7c5191be997b2aaffacc8" + integrity sha512-nUXi6viDR8DREKfJTnzZLh1amprrt6Hepx/WUngirNdiNEDmfkW2DLfiTeXWcMkMY0bRkuQ8eyCSbG3W4D0Qcg== dependencies: brace-expansion "^1.1.7"