diff --git a/client/package-lock.json b/client/package-lock.json index 1d13e24af..0ab6149e0 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.16.0", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.2" }, @@ -899,9 +899,9 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/client/package.json b/client/package.json index 2747f37c8..d6bef1bf9 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "ssh2": "^1.16.0", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.2" },