From b44448cb98a5caf640add691de6735107cb7dde7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 06:25:40 +0000 Subject: [PATCH] Bump typescript from 3.5.3 to 4.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 4.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.3...v4.3.2) 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 e24b2e2..e3d7748 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "rollup-plugin-node-resolve": "^5.0.4", "rollup-plugin-terser": "^5.0.0", "rollup-plugin-typescript2": "^0.21.2", - "typescript": "^3.5.2" + "typescript": "^4.3.2" }, "scripts": { "build": "rollup --config rollup.config.js --environment NODE_ENV:production", diff --git a/yarn.lock b/yarn.lock index 3e8919e..2ee3a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -923,10 +923,10 @@ tslib@1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== -typescript@^3.5.2: - version "3.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" - integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== +typescript@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== union-value@^1.0.0: version "1.0.1"