diff --git a/client/package-lock.json b/client/package-lock.json index 43002536c..aa80e2a62 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,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.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "license": "ISC", "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" },