diff --git a/client-node-tests/package-lock.json b/client-node-tests/package-lock.json index 7361c683d..9ff79bd0d 100644 --- a/client-node-tests/package-lock.json +++ b/client-node-tests/package-lock.json @@ -8,7 +8,7 @@ "name": "test-extension", "version": "0.0.1", "dependencies": { - "minimatch": "^9.0.3", + "minimatch": "^9.0.4", "vscode-languageserver": "10.0.0-next.3", "vscode-uri": "3.0.8" }, @@ -507,9 +507,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-node-tests/package.json b/client-node-tests/package.json index dbe36eb97..1f98e1480 100644 --- a/client-node-tests/package.json +++ b/client-node-tests/package.json @@ -29,7 +29,7 @@ "all:publish": "git clean -xfd . && npm install && npm run symlink:publish && npm run compile:publish && npm run test:publish" }, "dependencies": { - "minimatch": "^9.0.3", + "minimatch": "^9.0.4", "vscode-languageserver": "10.0.0-next.3", "vscode-uri": "3.0.8" },