From bd974a8a3a5d6e020494a6f6b7f2c82f72c5a884 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2019 03:10:27 +0000 Subject: [PATCH] fix: upgrade typescript from 3.3.3 to 3.7.2 Snyk has created this PR to upgrade typescript from 3.3.3 to 3.7.2. See this package in NPM: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/adamlaska-eu8/project/e1f8a22c-d7fa-4fae-a221-371e5d9c7b47?utm_source=github&utm_medium=upgrade-pr --- .../signalr-typescript-webpack/sample/2.x/package-lock.json | 6 +++--- .../signalr-typescript-webpack/sample/2.x/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package-lock.json b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package-lock.json index 5b99497f71..995519a6a2 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package-lock.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package-lock.json @@ -4907,9 +4907,9 @@ "dev": true }, "typescript": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3.tgz", - "integrity": "sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz", + "integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==", "dev": true }, "uglify-js": { diff --git a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json index df14a309d1..5dad3a6dad 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json @@ -18,7 +18,7 @@ "html-webpack-plugin": "4.0.0-beta.7", "mini-css-extract-plugin": "0.5.0", "ts-loader": "5.3.3", - "typescript": "3.3.3", + "typescript": "3.7.2", "webpack": "4.29.3", "webpack-cli": "3.2.3" },