From 32abbd8ba6ea416d2b69aff34e57bb3a0e14263b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 07:02:45 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 3.9.7 to 4.1.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.1.4) Signed-off-by: dependabot[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 63a1e47..9b273e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4526,9 +4526,9 @@ "dev": true }, "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index 73e2bbe..7646d2a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rimraf": "^3.0.0", "rollup": "^2.38.4", "rollup-plugin-typescript2": "0.29.0", - "typescript": "^3.6.4" + "typescript": "^4.1.4" }, "dependencies": { "crypto-es": "^1.2.2",