From fbd56b0f9a0270274da4cdbb640047c32cef0501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:29:16 +0100 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#513) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index db5a0268..c2e646ea 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jest": "^29.7.0", "prettier": "^3.3.2", "react": "^18.3.1", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "engines": { "node": ">=20.0.0" diff --git a/yarn.lock b/yarn.lock index ef69358b..e0eba8a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4131,10 +4131,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@^5.4.5: - version "5.4.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@^5.5.2: + version "5.5.2" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== unbox-primitive@^1.0.2: version "1.0.2"