From d73c04d00ec40473b6abcb448acfccafc480a41b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 05:36:44 +0000 Subject: [PATCH] fix: aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- .../signalr-typescript-webpack/sample/2.x/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..205424e604 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json @@ -14,12 +14,12 @@ "license": "ISC", "devDependencies": { "clean-webpack-plugin": "1.0.1", - "css-loader": "2.1.1", + "css-loader": "6.0.0", "html-webpack-plugin": "4.0.0-beta.7", - "mini-css-extract-plugin": "0.5.0", + "mini-css-extract-plugin": "2.4.5", "ts-loader": "5.3.3", "typescript": "3.3.3", - "webpack": "4.29.3", + "webpack": "5.98.0", "webpack-cli": "3.2.3" }, "dependencies": {