From bd600cc9f99609b2a3badeee00e082d99cbf1be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:30:43 +0000 Subject: [PATCH] Bump @types/node from 24.12.2 to 25.6.1 in /orchestrator Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.12.2 to 25.6.1. - [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.1 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..9576dfa 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.1", "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.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.1.tgz", + "integrity": "sha512-coJCN8O1q4AGyyqCAUSP06P+SrMTu18BkEj3NVAK07q6QUneD2wzj3CLv9+yP+BMeZQlMvneXqqvDe3w+xcq7g==", "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..a32a659 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.1", "tsx": "^4.19.0", "typescript": "^5.8.0" },