diff --git a/package-lock.json b/package-lock.json index c0a7d4d6..8bdb702b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@types/jsonwebtoken": "^9.0.9", "@types/lodash": "^4.17.17", "@types/mock-fs": "^4.13.4", - "@types/node": "^22.15.23", + "@types/node": "^24.5.2", "@types/passport-jwt": "^4.0.1", "@types/response-time": "^2.3.9", "@types/sanitize-html": "^2.16.0", @@ -6810,13 +6810,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.23.tgz", - "integrity": "sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==", + "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.21.0" + "undici-types": "~7.12.0" } }, "node_modules/@types/passport": { @@ -16873,9 +16873,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.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 e3a9ad86..851d839c 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/jsonwebtoken": "^9.0.9", "@types/lodash": "^4.17.17", "@types/mock-fs": "^4.13.4", - "@types/node": "^22.15.23", + "@types/node": "^24.5.2", "@types/passport-jwt": "^4.0.1", "@types/response-time": "^2.3.9", "@types/sanitize-html": "^2.16.0",