diff --git a/typescript/type-orm/package-lock.json b/typescript/type-orm/package-lock.json index 274f9965..75e2f0e6 100644 --- a/typescript/type-orm/package-lock.json +++ b/typescript/type-orm/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/jest": "^29.5.14", - "@types/node": "^22.9.0", + "@types/node": "^25.0.3", "jest": "^29.7.0", "reflect-metadata": "^0.2.2", "typescript": "^5.6.3" @@ -2542,12 +2542,12 @@ } }, "node_modules/@types/node": { - "version": "22.18.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz", - "integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/stack-utils": { @@ -7442,9 +7442,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/typescript/type-orm/package.json b/typescript/type-orm/package.json index 802a26a3..55ed41f4 100644 --- a/typescript/type-orm/package.json +++ b/typescript/type-orm/package.json @@ -20,7 +20,7 @@ "license": "ISC", "devDependencies": { "@types/jest": "^29.5.14", - "@types/node": "^22.9.0", + "@types/node": "^25.0.3", "jest": "^29.7.0", "reflect-metadata": "^0.2.2", "typescript": "^5.6.3"