From 20ef2028d3276d3a105e9645a9b1a2bd19e38389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:56:19 +0000 Subject: [PATCH] build(deps): bump typescript from 5.0.4 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... 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 cd77b655528f..4ad3c2e09ab2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "readable-stream": "3.6.0", "remarkable": "^2.0.1", "remove-markdown": "^0.5.0", - "typescript": "^5.0.4", + "typescript": "^5.2.2", "v-viewer": "^3.0.11", "vue": "^3.3.4", "vue-i18n": "^9.2.2", diff --git a/yarn.lock b/yarn.lock index 87ff229050e9..56fbfab72b58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14709,10 +14709,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +typescript@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== u2f-api@0.2.7: version "0.2.7"