From 845b3adc9544a7c79e86ff4c2e66f987f27518d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:58:47 +0000 Subject: [PATCH] Bump minimatch from 4.2.1 to 5.0.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 4.2.1 to 5.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/v4.2.1...v5.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8c026793..78981882 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "generate-password": "1.6.1", "jest-junit": "13.0.0", "loader-utils": "^2.0.4", - "minimatch": "^4.0.0", + "minimatch": "^5.0.0", "moment": "^2.29.4", "quasar": "^1.19.1", "terser": "^5.14.2", diff --git a/yarn.lock b/yarn.lock index d4fb90f6..b2987ce6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9085,12 +9085,12 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimatch@^4.0.0: - version "4.2.1" - resolved "https://npm-registry.sipwise.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4" - integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g== +minimatch@^5.0.0: + version "5.0.0" + resolved "https://npm-registry.sipwise.com/minimatch/-/minimatch-5.0.0.tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef" + integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g== dependencies: - brace-expansion "^1.1.7" + brace-expansion "^2.0.1" minimatch@^5.0.1, minimatch@^5.1.0: version "5.1.0"