From 82bed51e7aff8c204c6a0e20ea166ac6b35d3c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:33:16 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e83fd9e..b3c6148 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "homepage": "https://github.com/stipsan/system-font-stack#readme", "devDependencies": { - "typescript": "^2.6.1" + "typescript": "^4.9.5" } } diff --git a/yarn.lock b/yarn.lock index f502d06..30a3a29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,7 @@ # yarn lockfile v1 -typescript@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631" +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==