diff --git a/client/package-lock.json b/client/package-lock.json index 881521437..9ce25c0e7 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "ssh2": "^1.15.0", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.2" }, @@ -899,9 +899,9 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/client/package.json b/client/package.json index 1be025925..825ede879 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "ssh2": "^1.15.0", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.2" },