From 405f5aad97f30a198e8662c069ed825925d3ca77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 04:37:15 +0000 Subject: [PATCH] fix: upgrade minimatch from 9.0.3 to 9.0.5 Snyk has created this PR to upgrade minimatch from 9.0.3 to 9.0.5. See this package in npm: minimatch See this project in Snyk: https://app.snyk.io/org/wexkalebur/project/8e6d67c9-7688-40b6-8bea-01fc956c2fa1?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 43002536c..fde3b2522 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "10.0.0-next.5", "license": "MIT", "dependencies": { - "minimatch": "^9.0.3", + "minimatch": "^9.0.5", "semver": "^7.6.0", "vscode-languageserver-protocol": "3.17.6-next.4" }, @@ -175,9 +175,10 @@ } }, "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/client/package.json b/client/package.json index b0fb2d956..85299032c 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "shx": "^0.3.4" }, "dependencies": { - "minimatch": "^9.0.3", + "minimatch": "^9.0.5", "semver": "^7.6.0", "vscode-languageserver-protocol": "3.17.6-next.4" },