diff --git a/package.json b/package.json index 6dc0dae..b5ec795 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "peerDependencies": { "tslint": "^6.0.0", - "typescript": "^4.4.4" + "typescript": "^5.9.3" }, "dependencies": { "minimatch": "^3.1.2", @@ -42,7 +42,7 @@ "clean-publish": "^2.2.0", "ts-node": "^10.9.2", "tslint": "^6.1.3", - "typescript": "^4.4.4", + "typescript": "^5.9.3", "yarn-deduplicate": "^3.1.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 1ae7302..b6edd3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1332,10 +1332,10 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -typescript@^4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@^5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== universalify@^0.1.0: version "0.1.2"