From b060f957a85870e1468212f6fdd50cc1617ec042 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:22:06 +0000 Subject: [PATCH] Bump typescript from 3.7.5 to 3.9.6 in /e2e Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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 77b3087..104a611 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": "3.9.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", + "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "dev": true }, "universalify": { diff --git a/e2e/package.json b/e2e/package.json index aa408f6..7776dba 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": "^3.9.6" } }