From d1fcb659d8e6ac9a09a18d40a1d225eba7fb21ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 14:46:00 +0000 Subject: [PATCH] Build(deps-dev): bump typescript from 3.6.3 to 3.6.4 (#4211) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- 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 619ada6fba..8d9ca8b79c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25265,9 +25265,9 @@ } }, "typescript": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", - "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", + "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 05dfbc21b8..0498b3c8aa 100644 --- a/package.json +++ b/package.json @@ -252,7 +252,7 @@ "styled-components": "^4.4.0", "tmp": "0.1.0", "ts-mocha": "^6.0.0", - "typescript": "^3.6.3", + "typescript": "^3.6.4", "url": "^0.11.0", "walkdir": "0.4.1" }, -- GitLab