From c260f5d47bd1ec60cb69a9c06fcf6d4d13c236f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:48:32 +0000 Subject: [PATCH] Update dependency typescript to v5.2.2 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 79deb523b5..e535a101b2 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "stylelint": "15.10.3", "stylelint-config-recommended": "13.0.0", "ts-jest": "29.1.1", - "typescript": "5.1.6", + "typescript": "5.2.2", "util": "0.12.5", "wait-on": "7.0.1" }, @@ -151,7 +151,7 @@ "bip39": "3.1.0", "eslint-plugin-react": "7.33.2", "grommet-icons": "4.11.0", - "typescript": "5.1.6", + "typescript": "5.2.2", "protobufjs": "7.2.4" }, "//": "Parcel doesn't support subpath patterns #7840. We need an alias for @ledgerhq/devices", diff --git a/yarn.lock b/yarn.lock index 159b9269b7..c2754e8c85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11218,10 +11218,10 @@ typescript-tuple@^2.2.1: dependencies: typescript-compare "^0.0.2" -typescript@5.1.6, typescript@^3.0.0: - version "5.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" - integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== +typescript@5.2.2, typescript@^3.0.0: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== uint32@^0.2.1: version "0.2.1"