diff --git a/package-lock.json b/package-lock.json index e0b9ddf7..c297e9f2 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.9.0", "@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.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz", + "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.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.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 26740a2d..e4b89c09 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.9.0", "@types/node-fetch": "^2.6.11", "@types/pg": "^8.15.2", "@types/tough-cookie": "^4.0.5",