diff --git a/orchestrator/npm-shrinkwrap.json b/orchestrator/npm-shrinkwrap.json index 39c58c7..6528ab2 100644 --- a/orchestrator/npm-shrinkwrap.json +++ b/orchestrator/npm-shrinkwrap.json @@ -16,7 +16,7 @@ "runline-bridge": "bin/runline-bridge.js" }, "devDependencies": { - "@types/node": "^24.0.0", + "@types/node": "^25.8.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, @@ -614,13 +614,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.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", + "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/abbrev": { @@ -1406,9 +1406,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.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" }, diff --git a/orchestrator/package.json b/orchestrator/package.json index 7ddda4e..a06c7cd 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -49,7 +49,7 @@ "undici": "^6.24.0" }, "devDependencies": { - "@types/node": "^24.0.0", + "@types/node": "^25.8.0", "tsx": "^4.19.0", "typescript": "^5.8.0" },