From 94a756cae2e169c7eb703f65af3543f5d59eb4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:00:19 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.4 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.3.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/v4.9.4...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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 3b7b6bd..802fd2d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "webpack-dev-server": "3.11.2", "webpack-merge": "5.8.0", "webpack-node-externals": "3.0.0", - "typescript": "4.9.4", + "typescript": "5.3.3", "graphql-subscriptions": "^2.0.0" }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index ebe863d..6a62fcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5189,10 +5189,10 @@ type-is@^1.6.16, type-is@~1.6.17, type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@4.9.4: - version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" - integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== +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== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0"