From 2d07a52f6d1557d6ba57acf6e6df4e1945c80b17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:45:52 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.9.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b43ca651c..dd5884de2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "3.0.3", "textlint": "^13.0.0", "textlint-rule-preset-ameba": "openameba/textlint-rule-preset-ameba#v0.5.1", - "typescript": "4.8.2", + "typescript": "4.9.5", "yaml-lint": "^1.2.4" }, "workspaces": { diff --git a/yarn.lock b/yarn.lock index cf363dc4a..fc5f358b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24878,10 +24878,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.8.2: - version "4.8.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" - integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== +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== "typescript@>=3 < 6": version "5.1.6"