diff --git a/eslint-configs/eslint-config-lib/package.json b/eslint-configs/eslint-config-lib/package.json index 14ce9d77..9015718e 100644 --- a/eslint-configs/eslint-config-lib/package.json +++ b/eslint-configs/eslint-config-lib/package.json @@ -24,6 +24,6 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.12.2", - "typescript": ">=5.6.3" + "typescript": ">=5.7.2" } } diff --git a/package-lock.json b/package-lock.json index c828f756..117e620c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lerna": "^8.1.9", "rimraf": "^6.0.1", "rollup": "^4.25.0", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "devDependencies": { "@playwright/test": "^1.48.2", @@ -57,7 +57,7 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.12.2", - "typescript": ">=5.6.3" + "typescript": ">=5.7.2" } }, "eslint-configs/eslint-config-react": { @@ -13026,9 +13026,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 5451bb86..f3a2e834 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lerna": "^8.1.9", "rimraf": "^6.0.1", "rollup": "^4.25.0", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "devDependencies": { "@playwright/test": "^1.48.2",