diff --git a/.aether/ts/package-lock.json b/.aether/ts/package-lock.json index dd74814a0..18cb0c835 100644 --- a/.aether/ts/package-lock.json +++ b/.aether/ts/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@types/node": "18.19.130", + "@types/node": "25.9.3", "tsx": "4.21.0", "typescript": "5.9.3" }, @@ -460,13 +460,13 @@ } }, "node_modules/@types/node": { - "version": "18.19.130", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", - "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==", + "version": "25.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", + "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/esbuild": { @@ -584,9 +584,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "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/.aether/ts/package.json b/.aether/ts/package.json index 6b3d93ed5..2d4a7ae0a 100644 --- a/.aether/ts/package.json +++ b/.aether/ts/package.json @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@types/node": "18.19.130", + "@types/node": "25.9.3", "tsx": "4.21.0", "typescript": "5.9.3" },