diff --git a/bun.lock b/bun.lock index f2f7b4b0a2..340e4bb106 100644 --- a/bun.lock +++ b/bun.lock @@ -50,7 +50,7 @@ "@playwright/test": "1.58.2", "@tanstack/router-devtools": "^1.159.10", "@tanstack/router-plugin": "^1.140.0", - "@types/node": "^25.3.2", + "@types/node": "^25.3.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.2.3", @@ -428,7 +428,7 @@ "@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="], - "@types/node": ["@types/node@25.3.2", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q=="], + "@types/node": ["@types/node@25.3.5", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA=="], "@types/react": ["@types/react@19.2.9", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA=="], diff --git a/frontend/package.json b/frontend/package.json index c9b346dc77..b5db8693a7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -54,7 +54,7 @@ "@playwright/test": "1.58.2", "@tanstack/router-devtools": "^1.159.10", "@tanstack/router-plugin": "^1.140.0", - "@types/node": "^25.3.2", + "@types/node": "^25.3.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.2.3",