From 10f6d4a6e520748e7caebb34e544a5152bc656c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:21:10 +0000 Subject: [PATCH] Build(deps): Bump typescript from 4.0.3 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.9.4) --- 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 672f43e21576..bef4fb3e4bd4 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "resolve": "1.18.1", "semver": "7.3.2", "string-width": "4.2.0", - "typescript": "4.0.3", + "typescript": "4.9.4", "unicode-regex": "3.0.0", "unified": "9.2.0", "vnopts": "1.0.2", diff --git a/yarn.lock b/yarn.lock index c0c8c33978f0..301ab2f260f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7105,10 +7105,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" - integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== +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== unherit@^1.0.4: version "1.1.3"