Skip to content

Commit ebbfbd6

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update webpack to version 4.34.0
1 parent 0e339ee commit ebbfbd6

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
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.33.0",
51+
"webpack": "4.34.0",
5252
"webpack-dev-middleware": "3.7.0",
5353
"webpack-dev-server": "3.4.1",
5454
"webpack-merge": "4.2.1",

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
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.33.0",
20+
"webpack": "4.34.0",
2121
"webpack-dev-server": "^3.1.4"
2222
}
2323
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@angular/compiler": "~8.1.0-next.1",
3737
"@angular/compiler-cli": "~8.1.0-next.1",
3838
"typescript": "3.4.5",
39-
"webpack": "4.33.0"
39+
"webpack": "4.34.0"
4040
}
4141
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ camelcase@^5.0.0:
18711871
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
18721872
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
18731873

1874-
1874+
[email protected], caniuse-lite@^1.0.30000974:
18751875
version "1.0.30000974"
18761876
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8"
18771877
integrity sha512-xc3rkNS/Zc3CmpMKuczWEdY2sZgx09BkAxfvkxlAEBTqcMHeL8QnPqhKse+5sRTi3nrw2pJwToD2WvKn1Uhvww==
@@ -1891,11 +1891,6 @@ caniuse-lite@^1.0.30000971:
18911891
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000971.tgz#d1000e4546486a6977756547352bc96a4cfd2b13"
18921892
integrity sha512-TQFYFhRS0O5rdsmSbF1Wn+16latXYsQJat66f7S7lizXW1PVpWJeZw9wqqVLIjuxDRz7s7xRUj13QCfd8hKn6g==
18931893

1894-
caniuse-lite@^1.0.30000974:
1895-
version "1.0.30000974"
1896-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000974.tgz#b7afe14ee004e97ce6dc73e3f878290a12928ad8"
1897-
integrity sha512-xc3rkNS/Zc3CmpMKuczWEdY2sZgx09BkAxfvkxlAEBTqcMHeL8QnPqhKse+5sRTi3nrw2pJwToD2WvKn1Uhvww==
1898-
18991894
19001895
version "1.0.0"
19011896
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
@@ -10218,10 +10213,10 @@ [email protected]:
1021810213
dependencies:
1021910214
webpack-core "^0.6.8"
1022010215

10221-
webpack@4.33.0:
10222-
version "4.33.0"
10223-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.33.0.tgz#c30fc4307db432e5c5e3333aaa7c16a15a3b277e"
10224-
integrity sha512-ggWMb0B2QUuYso6FPZKUohOgfm+Z0sVFs8WwWuSH1IAvkWs428VDNmOlAxvHGTB9Dm/qOB/qtE5cRx5y01clxw==
10216+
webpack@4.34.0:
10217+
version "4.34.0"
10218+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.34.0.tgz#a4c30129482f7b4ece4c0842002dedf2b56fab58"
10219+
integrity sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q==
1022510220
dependencies:
1022610221
"@webassemblyjs/ast" "1.8.5"
1022710222
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)