From f5f6bb89eab8d2a11491a048b714d29c8c0ba2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:06:03 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.3 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v5.1.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 267da77f..0c7657de 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "rimraf": "^3.0.0", "spectron": "^15.0.0", "terminal-tasks": "^0.0.5", - "typescript": "^4.7.2", + "typescript": "^5.1.3", "vue": "^2.7.0", "vue-template-compiler": "^2.7.0", "vuepress": "^1.5.1" diff --git a/yarn.lock b/yarn.lock index 1d3799b8..8d885187 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17023,10 +17023,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.7.2: - version "4.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" - integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== +typescript@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== typescript@~4.1.5: version "4.1.5"