From aa3606db5bfa0a0da71282ef190a4502afc53eeb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 17:44:40 +0000 Subject: [PATCH] Build(deps): Bump typescript from 3.9.3 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1cf744e..4e6ac7f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "redux-saga": "^1.1.3", "reselect": "^4.0.0", "typesafe-actions": "^5.1.0", - "typescript": "3.9.3" + "typescript": "4.3.2" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 14037f1..c925353 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11996,10 +11996,10 @@ typescript-tuple@^2.2.1: dependencies: typescript-compare "^0.0.2" -typescript@3.9.3: - version "3.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" - integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ== +typescript@4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== uglify-js@3.4.x: version "3.4.10"