From c602854a7c65985b68c1e7bd11e72a000465ce5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:28:19 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.6.2 in /frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 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/v5.3.3...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 46339a7b8..3ddecddce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -127,7 +127,7 @@ "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "22.0.0", "stylelint-declaration-strict-value": "1.7.12", - "typescript": "^5.3.3", + "typescript": "^5.6.2", "typescript-eslint": "^7.1.0" }, "resolutions": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 41e06de26..146a1fcde 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -12086,10 +12086,10 @@ typescript-eslint@^7.1.0: "@typescript-eslint/eslint-plugin" "7.1.0" "@typescript-eslint/parser" "7.1.0" -typescript@^5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +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.1: version "1.0.1"