From 4b7fbf483a75fb126afb4a386ba9b6dc196f12bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:20:31 +0300 Subject: [PATCH] Bump typescript from 5.6.2 to 5.6.3 (#65) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 d996260..0b8c710 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-test-renderer": "^18.3.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^7.16.1", "vite": "^5.4.6", "vite-plugin-version-mark": "^0.1.0" diff --git a/yarn.lock b/yarn.lock index f42a3a1..588d1d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5509,10 +5509,10 @@ typescript-eslint@^7.16.1: "@typescript-eslint/parser" "7.18.0" "@typescript-eslint/utils" "7.18.0" -typescript@^5.4.5: - version "5.6.2" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== +typescript@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== unbox-primitive@^1.0.2: version "1.0.2"