From da8038171f5ef140af6e606a006bf75eb6bece35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2020 03:37:00 +0000 Subject: [PATCH] fix: upgrade typescript from 3.4.5 to 3.7.5 Snyk has created this PR to upgrade typescript from 3.4.5 to 3.7.5. See this package in NPM: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/lifecycle/project/441c62d9-7c0d-4e0e-887f-ed9beac159ba?utm_source=github&utm_medium=upgrade-pr --- samples/typescript/package-lock.json | 6 +++--- samples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/typescript/package-lock.json b/samples/typescript/package-lock.json index 970876c..05044fa 100644 --- a/samples/typescript/package-lock.json +++ b/samples/typescript/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==" + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", + "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==" } } } diff --git a/samples/typescript/package.json b/samples/typescript/package.json index f11ba8c..4bf8d24 100644 --- a/samples/typescript/package.json +++ b/samples/typescript/package.json @@ -11,6 +11,6 @@ "author": "Scott Andrews", "license": "Apache-2.0", "dependencies": { - "typescript": "^3.4.5" + "typescript": "^3.7.5" } }