From fb941bcb694a01aa08322b9a3f5a50657bd4119a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:03:08 +0000 Subject: [PATCH] Bump undici in /ai/gen-ai-agents/oci-enterprise-ai-chat/files Bumps [undici](https://github.com/nodejs/undici) from 8.4.1 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.4.1...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../oci-enterprise-ai-chat/files/package-lock.json | 13 ++++++------- .../oci-enterprise-ai-chat/files/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) 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" } }