From f7cd14dc04132aff2907efb58fd999c0bb5d2015 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2019 05:44:20 +0000 Subject: [PATCH] chore: upgrade typescript from 3.4.5 to 3.6.4 Snyk has created this PR to upgrade typescript from 3.4.5 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/rodrigomata/project/c112060a-4ed5-437a-aaac-c3cdf353b058?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 2942541..7939caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -467,9 +467,9 @@ } }, "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz", + "integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==" }, "unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index 8cc4773..4bf560d 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "async-stream-generator": "^1.0.3", "express": "^4.17.0", "ts-node": "^8.1.0", - "typescript": "^3.4.5" + "typescript": "^3.6.4" } }