diff --git a/auth-service/package-lock.json b/auth-service/package-lock.json index 6cb1185..515844f 100644 --- a/auth-service/package-lock.json +++ b/auth-service/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/cors": "^2.8.18", "@types/express": "^5.0.2", - "@types/node": "^22.15.21", + "@types/node": "^24.0.7", "better-auth": "^1.2.8", "cors": "^2.8.5", "dotenv": "^16.5.0", @@ -616,12 +616,11 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.30.tgz", - "integrity": "sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==", - "license": "MIT", + "version": "24.0.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz", + "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/qs": { @@ -2143,10 +2142,9 @@ "license": "MIT" }, "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==", - "license": "MIT" + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" }, "node_modules/unpipe": { "version": "1.0.0", diff --git a/auth-service/package.json b/auth-service/package.json index 887e338..e7d6dd9 100644 --- a/auth-service/package.json +++ b/auth-service/package.json @@ -15,7 +15,7 @@ "dependencies": { "@types/cors": "^2.8.18", "@types/express": "^5.0.2", - "@types/node": "^22.15.21", + "@types/node": "^24.0.7", "better-auth": "^1.2.8", "cors": "^2.8.5", "dotenv": "^16.5.0",