From 6dcc876dabcbebd5743b7cc24dabffbd8f5ec5e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 17:45:26 +0000 Subject: [PATCH] feat: upgrade minimatch from 3.0.4 to 10.0.1 Snyk has created this PR to upgrade minimatch from 3.0.4 to 10.0.1. See this package in yarn: minimatch See this project in Snyk: https://app.snyk.io/org/okeamah/project/44f2d339-9e8a-4055-b04e-640b2f7ec92d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 44b94f15..7cee4b3c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "is-glob": "^4.0.0", "make-dir": "^1.0.0", "meow": "^7.1.0", - "minimatch": "^3.0.4", + "minimatch": "^10.0.1", "multimatch": "^2.1.0", "p-limit": "^1.1.0", "parse-json": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 924c260a..091a42e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1023,6 +1023,13 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + braces@^1.8.2: version "1.8.5" resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" @@ -3122,6 +3129,13 @@ min-indent@^1.0.0: resolved "https://packages.atlassian.com/api/npm/npm-remote/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha1-pj9oFnOzBXH76LwlaGrnRu76mGk= +minimatch@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" + integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== + dependencies: + brace-expansion "^2.0.1" + minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"