From 607ac9ae93da583934807d1acbdb4a3d35c894ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 01:31:22 +0000 Subject: [PATCH] fix: aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- .../signalr-typescript-webpack/sample/3.x/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json b/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json index f13d2d937dcb..37c1325d8283 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json @@ -20,7 +20,7 @@ "ts-loader": "6.2.1", "typescript": "3.7.5", "webpack": "4.41.5", - "webpack-cli": "3.3.10" + "webpack-cli": "4.0.0" }, "dependencies": { "@microsoft/signalr": "^3.1.0",