Skip to content

Commit b4c441e

Browse files
renovate-botvikerman
authored andcommitted
build: update webpack to version 4.38.0
1 parent 78a50ad commit b4c441e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"stylus-loader": "3.0.2",
4949
"tree-kill": "1.2.1",
5050
"terser-webpack-plugin": "1.3.0",
51-
"webpack": "4.37.0",
51+
"webpack": "4.38.0",
5252
"webpack-dev-middleware": "3.7.0",
5353
"webpack-dev-server": "3.7.2",
5454
"webpack-merge": "4.2.1",

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-dev-server": "^3.1.4"
1818
},
1919
"devDependencies": {
20-
"webpack": "4.37.0",
20+
"webpack": "4.38.0",
2121
"webpack-dev-server": "^3.1.4"
2222
}
2323
}

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@angular/compiler": "~8.1.0",
3737
"@angular/compiler-cli": "~8.1.0",
3838
"typescript": "3.4.5",
39-
"webpack": "4.37.0"
39+
"webpack": "4.38.0"
4040
}
4141
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11176,10 +11176,10 @@ [email protected]:
1117611176
dependencies:
1117711177
webpack-core "^0.6.8"
1117811178

11179-
webpack@4.37.0:
11180-
version "4.37.0"
11181-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.37.0.tgz#3508ef10f7996612c2be6026076d89760f776f54"
11182-
integrity sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg==
11179+
webpack@4.38.0:
11180+
version "4.38.0"
11181+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.38.0.tgz#6d77108404b08883c78f4e7e45a43c4e5c47c931"
11182+
integrity sha512-lbuFsVOq8PZY+1Ytz/mYOvYOo+d4IJ31hHk/7iyoeWtwN33V+5HYotSH+UIb9tq914ey0Hot7z6HugD+je3sWw==
1118311183
dependencies:
1118411184
"@webassemblyjs/ast" "1.8.5"
1118511185
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)