diff --git a/package-lock.json b/package-lock.json index 64a8f82e..0943b9f6 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.10.0", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.15.2", "@types/tough-cookie": "^4.0.5", @@ -9422,13 +9422,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.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-fetch": { @@ -19775,9 +19775,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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 0b473042..a4c68171 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.10.0", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.15.2", "@types/tough-cookie": "^4.0.5",