From 8e11fff67bd3e3e036c117bd26ab5e4e98a687b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:43:13 +0000 Subject: [PATCH] Bump @types/node from 24.12.2 to 25.6.0 in /orchestrator Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.12.2 to 25.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- orchestrator/npm-shrinkwrap.json | 16 ++++++++-------- orchestrator/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/orchestrator/npm-shrinkwrap.json b/orchestrator/npm-shrinkwrap.json index 1864242..1056d16 100644 --- a/orchestrator/npm-shrinkwrap.json +++ b/orchestrator/npm-shrinkwrap.json @@ -15,7 +15,7 @@ "runline-bridge": "bin/runline-bridge.js" }, "devDependencies": { - "@types/node": "^24.0.0", + "@types/node": "^25.6.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, @@ -613,13 +613,13 @@ } }, "node_modules/@types/node": { - "version": "24.12.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", - "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.19.0" } }, "node_modules/abbrev": { @@ -1397,9 +1397,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/orchestrator/package.json b/orchestrator/package.json index 58a991e..6c40a14 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -48,7 +48,7 @@ "undici": "^6.24.0" }, "devDependencies": { - "@types/node": "^24.0.0", + "@types/node": "^25.6.0", "tsx": "^4.19.0", "typescript": "^5.8.0" },