diff --git a/interfaces/IBF-dashboard/package-lock.json b/interfaces/IBF-dashboard/package-lock.json index fbec622fd..44e49e8e4 100644 --- a/interfaces/IBF-dashboard/package-lock.json +++ b/interfaces/IBF-dashboard/package-lock.json @@ -81,7 +81,7 @@ "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.15", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^8.11.0" }, "optionalDependencies": { @@ -16926,9 +16926,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/interfaces/IBF-dashboard/package.json b/interfaces/IBF-dashboard/package.json index fbdf32ffa..3dc49fec1 100644 --- a/interfaces/IBF-dashboard/package.json +++ b/interfaces/IBF-dashboard/package.json @@ -97,7 +97,7 @@ "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.15", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^8.11.0" }, "optionalDependencies": {