diff --git a/package-lock.json b/package-lock.json index 84184cb8..6dd00111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@types/i18n": "^0.13.12", "@types/jest": "^29.5.13", "@types/lodash": "^4.17.20", - "@types/node": "^22.10.7", + "@types/node": "^24.5.2", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.15.2", "@types/tough-cookie": "^4.0.5", @@ -8266,13 +8266,13 @@ } }, "node_modules/@types/node": { - "version": "22.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", - "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", + "version": "24.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", + "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.12.0" } }, "node_modules/@types/node-fetch": { @@ -18625,9 +18625,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", + "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index ff8f9b93..31c67771 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/i18n": "^0.13.12", "@types/jest": "^29.5.13", "@types/lodash": "^4.17.20", - "@types/node": "^22.10.7", + "@types/node": "^24.5.2", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.15.2", "@types/tough-cookie": "^4.0.5",