diff --git a/package.json b/package.json index 666c952..4260353 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@eslint/eslintrc": "^3.3.0", "@tailwindcss/postcss": "^4.0.9", "@types/js-cookie": "^3.0.6", - "@types/node": "^20.17.19", + "@types/node": "^20.17.21", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@types/validator": "^13.12.2", @@ -59,6 +59,6 @@ "eslint-config-next": "15.1.6", "postcss": "^8.5.3", "tailwindcss": "^4.0.9", - "typescript": "^5.7.3" + "typescript": "^5.8.2" } }