diff --git a/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package-lock.json b/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package-lock.json index 9d85e3c4b..d0cc28767 100644 --- a/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package-lock.json +++ b/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package-lock.json @@ -1,12 +1,12 @@ { "name": "oci-enterprise-ai-chat", - "version": "0.9.9", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oci-enterprise-ai-chat", - "version": "0.9.9", + "version": "0.10.0", "dependencies": { "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", @@ -41,7 +41,7 @@ "eslint": "^9", "eslint-config-next": "16.1.3", "playwright": "^1.57.0", - "undici": "^8.4.1" + "undici": "^8.5.0" } }, "node_modules/@babel/code-frame": { @@ -5101,7 +5101,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -11013,9 +11012,9 @@ } }, "node_modules/undici": { - "version": "8.4.1", - "resolved": "file:../../../../../../../../tmp/undici.tgz", - "integrity": "sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz", + "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==", "dev": true, "license": "MIT", "engines": { diff --git a/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package.json b/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package.json index 11e6ccabe..0349da54d 100644 --- a/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package.json +++ b/ai/gen-ai-agents/oci-enterprise-ai-chat/files/package.json @@ -43,6 +43,6 @@ "eslint": "^9", "eslint-config-next": "16.1.3", "playwright": "^1.57.0", - "undici": "^8.4.1" + "undici": "^8.5.0" } }