From 5abd949d15dc78cc44e8289020fedcae8a4eb58e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2019 22:18:21 +0000 Subject: [PATCH] chore: upgrade typescript from 3.2.4 to 3.6.4 Snyk has created this PR to upgrade typescript from 3.2.4 to 3.6.4. See this package in NPM: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/bdd9398b-7e5e-4b7f-ad47-5985237239d7?utm_source=github&utm_medium=upgrade-pr --- 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 a8026baf8..e2b6d11b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6271,9 +6271,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz", - "integrity": "sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", + "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==" }, "uglify-js": { "version": "3.4.9", diff --git a/package.json b/package.json index c9c5b4112..db64b0780 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ssh2": "^0.8.2", "tar": "^4.4.8", "tslint": "^5.12.1", - "typescript": "^3.2.4", + "typescript": "^3.6.4", "uuid": "^3.3.2", "validator": "^10.11.0" },