diff --git a/package.json b/package.json index fb50eaf..3085184 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "peerDependencies": { "tslint": "^6.0.0", - "typescript": "^4.4.4" + "typescript": "^4.9.5" }, "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": "^4.9.5", "yarn-deduplicate": "^3.1.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 6cd8fc1..b5a21d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1360,10 +1360,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@^4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== universalify@^0.1.0: version "0.1.2"