From e97ad0f0c5f39ef994e7a5e65f71452563fdec1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:23:39 +0000 Subject: [PATCH] build(deps): update dependency typescript to v5.4.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e103f6..3b0b002 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "husky": "8.0.3", "prettier": "2.8.8", "ts-node": "10.9.1", - "typescript": "5.2.2" + "typescript": "5.4.5" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 4ba88de..7b0a7a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3139,10 +3139,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@5.4.5: + version "5.4.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" + integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== unbox-primitive@^1.0.2: version "1.0.2"