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 df14a309d1..9e750ae21f 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/3.x/package.json @@ -13,13 +13,13 @@ "author": "", "license": "ISC", "devDependencies": { - "clean-webpack-plugin": "1.0.1", + "clean-webpack-plugin": "2.0.0", "css-loader": "2.1.1", "html-webpack-plugin": "4.0.0-beta.7", "mini-css-extract-plugin": "0.5.0", "ts-loader": "5.3.3", "typescript": "3.3.3", - "webpack": "4.29.3", + "webpack": "5.1.1", "webpack-cli": "3.2.3" }, "dependencies": {