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": {