diff --git a/package-lock.json b/package-lock.json index e3cf3bc..ba706fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/ejs": "^3.1.5", "@types/express": "^5.0.0", "@types/jest": "^30.0.0", - "@types/node": "^22.13.10", + "@types/node": "^24.9.0", "@types/prettyjson": "^0.0.33", "ejs": "^3.1.6", "jest": "^30.0.5", @@ -2427,13 +2427,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.13.tgz", - "integrity": "sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==", + "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/prettyjson": { @@ -11720,9 +11720,9 @@ "license": "MIT" }, "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 1e22b8c..b3cb009 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/ejs": "^3.1.5", "@types/express": "^5.0.0", "@types/jest": "^30.0.0", - "@types/node": "^22.13.10", + "@types/node": "^24.9.0", "@types/prettyjson": "^0.0.33", "ejs": "^3.1.6", "jest": "^30.0.5",