From 6c05933a28fb79adaba470d927747392e3092b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:39:19 +0000 Subject: [PATCH] build(deps): bump undici Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.24.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.24.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../encode-decode/build/package-lock.json | 19 ++++++++++--------- .../encode-decode/build/package.json | 2 +- 2 files changed, 11 insertions(+), 10 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..d6b82c35bf64 100644 --- a/samples/client/others/typescript/encode-decode/build/package-lock.json +++ b/samples/client/others/typescript/encode-decode/build/package-lock.json @@ -12,10 +12,10 @@ "@types/node": "^20.17.10", "es6-promise": "^4.2.4", "form-data": "^4.0.4", - "undici": "^7.16.0" + "undici": "^7.24.0" }, "devDependencies": { - "typescript": "^4.0" + "typescript": "^5.0" } }, "node_modules/@types/node": { @@ -270,22 +270,23 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", + "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", "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 a64a41bcc37c..45e06cd19915 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.18.2", + "undici": "^7.24.0", "@types/node": "^20.17.10", "form-data": "^4.0.4", "es6-promise": "^4.2.4"