From 5836c4d5de6848fdeedafe6eb04c6991d9a26e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:15:58 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.7 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.9.4) --- 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 1f99528b..1503430e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jest-junit": "^12.0.0", "lerna": "^3.14.1", "prettier": "^1.17.1", - "typescript": "3.9.7" + "typescript": "4.9.4" }, "scripts": { "bootstrap": "lerna bootstrap", diff --git a/yarn.lock b/yarn.lock index 1920479d..eed997ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14232,10 +14232,10 @@ typeface-assistant@^1.1.13: resolved "https://registry.yarnpkg.com/typeface-assistant/-/typeface-assistant-1.1.13.tgz#8ca69a4f91082e649ed4e3efcbb7fe2d69e412f4" integrity sha512-jdaHKxTA+8OgGq1dUPWgaNZGFIc0/O4EoL7+407b7mJ2lI9/TD+mxJ9g8PUcLdPm6iQtpFD2TLG+sXPlLYKaPA== -typescript@3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +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== uglify-js@3.4.x: version "3.4.10"