diff --git a/eslint-config/package.json b/eslint-config/package.json index beddd1c..c1d5e43 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -30,7 +30,7 @@ "prettier": "prettier \"**/**.{ts,tsx,js,jsx,json,css,scss,html,md}\" --write" }, "peerDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.2" }, "dependencies": { "@eslint/js": "^9.13.0", @@ -55,6 +55,6 @@ "@brightlayer-ui/prettier-config": "^1.0.3", "eslint-plugin-react": "^7.37.1", "prettier": "3.2.5", - "typescript": "5.5.4" + "typescript": "5.7.2" } } diff --git a/eslint-config/yarn.lock b/eslint-config/yarn.lock index 3165e6f..cf083bc 100644 --- a/eslint-config/yarn.lock +++ b/eslint-config/yarn.lock @@ -2177,10 +2177,10 @@ typescript-eslint@^8.11.0: "@typescript-eslint/parser" "8.12.2" "@typescript-eslint/utils" "8.12.2" -typescript@5.5.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== +typescript@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== unbox-primitive@^1.0.1: version "1.0.1"