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" },