From 2ca013c876d72acf6c0f46b3fbd5eab1adb20096 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 00:06:22 +0000 Subject: [PATCH] Bump typescript from 3.5.3 to 4.0.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 4.0.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.3...v4.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2c91db..5098b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9476,9 +9476,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz", - "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", + "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index cd90894..b7788d4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-standard": "~4.0", "mocha": "~6.2", "rimraf": "~2.6", - "typescript": "^3.5.3" + "typescript": "^4.0.5" }, "author": "Dimitri Arrigoni", "license": "MIT"