From b569a376007f910af5e006ee04d1c428f58f2bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:22:56 +0000 Subject: [PATCH] build(deps): bump undici Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2) --- updated-dependencies: - dependency-name: undici dependency-version: 7.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../typescript/encode-decode/build/package-lock.json | 8 ++++---- .../others/typescript/encode-decode/build/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/client/others/typescript/encode-decode/build/package-lock.json b/samples/client/others/typescript/encode-decode/build/package-lock.json index 2c38edf5b2db..6b0ea2b48e91 100644 --- a/samples/client/others/typescript/encode-decode/build/package-lock.json +++ b/samples/client/others/typescript/encode-decode/build/package-lock.json @@ -12,7 +12,7 @@ "@types/node": "^20.17.10", "es6-promise": "^4.2.4", "form-data": "^4.0.4", - "undici": "^7.16.0" + "undici": "^7.18.2" }, "devDependencies": { "typescript": "^4.0" @@ -283,9 +283,9 @@ } }, "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", + "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/samples/client/others/typescript/encode-decode/build/package.json b/samples/client/others/typescript/encode-decode/build/package.json index 35ecc57c6c00..0354df36287e 100644 --- a/samples/client/others/typescript/encode-decode/build/package.json +++ b/samples/client/others/typescript/encode-decode/build/package.json @@ -32,7 +32,7 @@ "prepare": "npm run build" }, "dependencies": { - "undici": "^7.16.0", + "undici": "^7.18.2", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4"