From e1e141c9a2b69b2bdecd8aadce77231fa979432f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:53:52 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.3 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.3 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.3...v4.9.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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 61d60ddc..e8a163a2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "semantic-release": "19.0.3", "semantic-release-npm-deprecate-old-versions": "1.3.2", "semantic-release-slack-bot": "3.5.2", - "typescript": "4.3.3" + "typescript": "4.9.4" }, "scripts": { "build": "babel --out-dir dist src", diff --git a/yarn.lock b/yarn.lock index fee2bf7f..b691fb04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9864,10 +9864,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.3.3: - version "4.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" - integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA== +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.1.4: version "3.17.4"