Skip to content

Commit da44950

Browse files
committed
build: update webpack to version 4.29.3
1 parent 37b4714 commit da44950

File tree

4 files changed

+8
-21
lines changed

4 files changed

+8
-21
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"stylus-loader": "3.0.2",
4545
"tree-kill": "1.2.1",
4646
"terser-webpack-plugin": "1.2.2",
47-
"webpack": "4.29.1",
47+
"webpack": "4.29.3",
4848
"webpack-dev-middleware": "3.5.1",
4949
"webpack-dev-server": "3.1.14",
5050
"webpack-merge": "4.2.1",

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"webpack-dev-server": "^3.1.4"
1616
},
1717
"devDependencies": {
18-
"webpack": "4.29.1",
18+
"webpack": "4.29.3",
1919
"webpack-dev-server": "^3.1.4"
2020
}
2121
}

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@angular/compiler": "^7.2.0-rc.0",
3737
"@angular/compiler-cli": "^7.2.0-rc.0",
3838
"typescript": "3.2.4",
39-
"webpack": "4.29.1"
39+
"webpack": "4.29.3"
4040
}
4141
}

yarn.lock

+5-18
Original file line numberDiff line numberDiff line change
@@ -8673,14 +8673,6 @@ schema-utils@^0.3.0:
86738673
dependencies:
86748674
ajv "^5.0.0"
86758675

8676-
schema-utils@^0.4.4:
8677-
version "0.4.7"
8678-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
8679-
integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
8680-
dependencies:
8681-
ajv "^6.1.0"
8682-
ajv-keywords "^3.1.0"
8683-
86848676
schema-utils@^1.0.0:
86858677
version "1.0.0"
86868678
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
@@ -10083,11 +10075,6 @@ typedarray@^0.0.6:
1008310075
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1008410076
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1008510077

10086-
10087-
version "3.2.2"
10088-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
10089-
integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==
10090-
1009110078
1009210079
version "3.2.4"
1009310080
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
@@ -10533,10 +10520,10 @@ [email protected]:
1053310520
dependencies:
1053410521
webpack-core "^0.6.8"
1053510522

10536-
10537-
version "4.29.1"
10538-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.1.tgz#a6533d7bc6a6b1ed188cb029d53d231be777e175"
10539-
integrity sha512-dY3KyQIVeg6cDPj9G5Bnjy9Pt9SoCpbNWl0RDKHstbd3MWe0dG9ri4RQRpCm43iToy3zoA1IMOpFkJ8Clnc7FQ==
10523+
10524+
version "4.29.3"
10525+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.3.tgz#e0b406a7b4201ed5e4fb4f84fd7359f9a7db4647"
10526+
integrity sha512-xPJvFeB+8tUflXFq+OgdpiSnsCD5EANyv56co5q8q8+YtEasn5Sj3kzY44mta+csCIEB0vneSxnuaHkOL2h94A==
1054010527
dependencies:
1054110528
"@webassemblyjs/ast" "1.7.11"
1054210529
"@webassemblyjs/helper-module-context" "1.7.11"
@@ -10557,7 +10544,7 @@ [email protected]:
1055710544
mkdirp "~0.5.0"
1055810545
neo-async "^2.5.0"
1055910546
node-libs-browser "^2.0.0"
10560-
schema-utils "^0.4.4"
10547+
schema-utils "^1.0.0"
1056110548
tapable "^1.1.0"
1056210549
terser-webpack-plugin "^1.1.0"
1056310550
watchpack "^1.5.0"

0 commit comments

Comments
 (0)