From 0fdc324814b48177a66aa794a874d770e6fdb6f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Apr 2024 16:59:32 +0000 Subject: [PATCH] fix: upgrade minimatch from 9.0.3 to 9.0.4 Snyk has created this PR to upgrade minimatch from 9.0.3 to 9.0.4. See this package in npm: https://www.npmjs.com/package/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 | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 43002536c..1802d01f4 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.4", "semver": "^7.6.0", "vscode-languageserver-protocol": "3.17.6-next.4" }, @@ -175,9 +175,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/client/package.json b/client/package.json index b0fb2d956..174df9c88 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.4", "semver": "^7.6.0", "vscode-languageserver-protocol": "3.17.6-next.4" },