From f2dc3aa855265b40b65fda511e20d70824a6673d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 03:54:10 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#919) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bdcc8f4..d5273d8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint-staged": "^15.2.10", "npm-run-all": "^4.1.5", "prettier": "2.8.8", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "vitest": "^2.0.5" } } diff --git a/yarn.lock b/yarn.lock index 31e1140..540a831 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4061,10 +4061,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^5.5.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== +typescript@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" + integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== unbox-primitive@^1.0.2: version "1.0.2"