From a710852c5f03e137eb4249eda0e3a6235c02d936 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 08:26:49 +0000 Subject: [PATCH] Bump typescript from 3.6.2 to 3.6.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.2...v3.6.3) 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 e71f76d..ed2c816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6662,9 +6662,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.2.tgz", - "integrity": "sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", + "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==" }, "uglify-js": { "version": "3.6.0", diff --git a/package.json b/package.json index b4a2d8a..9ed0c20 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rimraf": "^3.0.0", "sass": "^1.22.10", "ts-node": "8.3.0", - "typescript": "3.6.2", + "typescript": "3.6.3", "underscore": "^1.9.1" }, "devDependencies": {