From 35ebe068e824d8e4d1c433922a8fdda725264370 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 04:52:42 +0000 Subject: [PATCH] Bump typescript from 3.7.5 to 4.3.5 in /e2e Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.5...v4.3.5) Signed-off-by: dependabot-preview[bot] --- e2e/package-lock.json | 6 +++--- e2e/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index a8eed78..59805fa 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -2462,9 +2462,9 @@ "dev": true }, "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "dev": true }, "universalify": { diff --git a/e2e/package.json b/e2e/package.json index aa408f6..32fc8e4 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,6 +14,6 @@ "cypress": "^3.8.3", "eslint": "^6.8.0", "eslint-config-cypress": "^0.28.0", - "typescript": "^3.7.5" + "typescript": "^4.3.5" } }