From d330c699b5b1d32091d0307f574a2280e3f9b3a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Mar 2023 22:09:35 +0000 Subject: [PATCH] fix: upgrade minimatch from 5.1.0 to 5.1.6 Snyk has created this PR to upgrade minimatch from 5.1.0 to 5.1.6. See this package in npm: See this project in Snyk: https://app.snyk.io/org/zhaojun1998/project/2c7800b1-e6c2-4ab2-a6b1-4c6a0d8a2d11?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b861eb0..3e7b6ee 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "less-loader": "^10.2.0", "marked": "^4.0.17", "md5": "^2.3.0", - "minimatch": "^5.1.0", + "minimatch": "^5.1.6", "monaco-editor": "^0.36.1", "mpegts.js": "^1.7.2", "path-browserify": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index e19153d..b63dca8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5820,10 +5820,10 @@ minimatch@^3.0.4, minimatch@^3.1.1: dependencies: brace-expansion "^1.1.7" -minimatch@^5.1.0: - version "5.1.0" - resolved "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.0.tgz" - integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== +minimatch@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== dependencies: brace-expansion "^2.0.1"