From cb4ee86c0283ffca85f9e252a89b981ff103a269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:20:38 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ^4.9.5 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bcb71a3..e1a0085 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.1", "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 dfdfce7..4008650 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2104,10 +2104,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -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== unbox-primitive@^1.0.2: version "1.0.2"