diff --git a/agentex-ui/package-lock.json b/agentex-ui/package-lock.json index 1d47f082..8052c1fb 100644 --- a/agentex-ui/package-lock.json +++ b/agentex-ui/package-lock.json @@ -9176,9 +9176,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/nanoid": { - "version": "3.3.16", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", - "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "funding": [ { "type": "github", diff --git a/agentex-ui/package.json b/agentex-ui/package.json index ef924466..9b5075ed 100644 --- a/agentex-ui/package.json +++ b/agentex-ui/package.json @@ -56,6 +56,7 @@ }, "overrides": { "cross-spawn": "^7.0.5", + "nanoid": "^3.3.17", "postcss": "^8.5.23", "sharp": "^0.35.0", "tar": "^7.5.21"