From 3071a28cf045c0fd77366e9cb72a791bb6cd3afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:17:40 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.7.4 to 5.6.2. - [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/v4.7.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d246414..9e4ece2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "stylelint-config-standard": "^36.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "4.7.4", + "typescript": "5.6.2", "vite": "^5.4.5" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 6bd6eeb..d37feba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5437,10 +5437,10 @@ typescript-eslint@^8.5.0: "@typescript-eslint/parser" "8.5.0" "@typescript-eslint/utils" "8.5.0" -typescript@4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +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"