From 4a5293efc30936cf94618dfbbbeead916f11b9d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 02:25:17 +0000 Subject: [PATCH] Bump typescript from 3.7.2 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v4.3.5) 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 800fcb0..fb1419d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "serverless-webpack": "^5.2.0", "ts-jest": "^24.2.0", "ts-loader": "^5.3.3", - "typescript": "^3.2.4", + "typescript": "^4.3.5", "webpack": "^4.29.0", "webpack-node-externals": "^1.7.2" } diff --git a/yarn.lock b/yarn.lock index 11089fd..d804b91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6174,10 +6174,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.2.4: - version "3.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" - integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== uglify-js@^3.1.4: version "3.7.0"