Skip to content

Commit 8850052

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
build: update webpack to version 4.35.3
1 parent d29cf86 commit 8850052

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
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.35.2",
51+
"webpack": "4.35.3",
5252
"webpack-dev-middleware": "3.7.0",
5353
"webpack-dev-server": "3.7.2",
5454
"webpack-merge": "4.2.1",

packages/angular_devkit/build_angular/test/browser/resolve-json-module_spec_large.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ describe('Browser Builder resolve json module', () => {
4646

4747
switch (buildCount) {
4848
case 1:
49-
expect(content).toContain('foo":"1"');
49+
expect(content).toContain('\\"foo\\":\\"1\\"');
5050
host.writeMultipleFiles({
5151
'src/my-json-file.json': `{"foo": "2"}`,
5252
});
5353
break;
5454
case 2:
55-
expect(content).toContain('foo":"2"');
55+
expect(content).toContain('\\"foo\\":\\"2\\"');
5656
break;
5757
}
5858

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.35.2",
20+
"webpack": "4.35.3",
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",
3737
"@angular/compiler-cli": "~8.1.0",
3838
"typescript": "3.4.5",
39-
"webpack": "4.35.2"
39+
"webpack": "4.35.3"
4040
}
4141
}

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -942,11 +942,6 @@ accepts@~1.3.7:
942942
mime-types "~2.1.24"
943943
negotiator "0.6.2"
944944

945-
acorn-dynamic-import@^4.0.0:
946-
version "4.0.0"
947-
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
948-
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
949-
950945
acorn-globals@^4.3.2:
951946
version "4.3.2"
952947
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.2.tgz#4e2c2313a597fd589720395f6354b41cd5ec8006"
@@ -970,10 +965,10 @@ acorn@^6.0.1, acorn@^6.1.1:
970965
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
971966
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
972967

973-
acorn@^6.0.5:
974-
version "6.0.5"
975-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
976-
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
968+
acorn@^6.2.0:
969+
version "6.2.0"
970+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.0.tgz#67f0da2fc339d6cfb5d6fb244fd449f33cd8bbe3"
971+
integrity sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==
977972

978973
adm-zip@^0.4.9, adm-zip@~0.4.3:
979974
version "0.4.11"
@@ -11042,17 +11037,16 @@ [email protected]:
1104211037
dependencies:
1104311038
webpack-core "^0.6.8"
1104411039

11045-
11046-
version "4.35.2"
11047-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.35.2.tgz#5c8b8a66602cbbd6ec65c6e6747914a61c1449b1"
11048-
integrity sha512-TZAmorNymV4q66gAM/h90cEjG+N3627Q2MnkSgKlX/z3DlNVKUtqy57lz1WmZU2+FUZwzM+qm7cGaO95PyrX5A==
11040+
11041+
version "4.35.3"
11042+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.35.3.tgz#66bc35ef215a7b75e8790f84d560013ffecf0ca3"
11043+
integrity sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA==
1104911044
dependencies:
1105011045
"@webassemblyjs/ast" "1.8.5"
1105111046
"@webassemblyjs/helper-module-context" "1.8.5"
1105211047
"@webassemblyjs/wasm-edit" "1.8.5"
1105311048
"@webassemblyjs/wasm-parser" "1.8.5"
11054-
acorn "^6.0.5"
11055-
acorn-dynamic-import "^4.0.0"
11049+
acorn "^6.2.0"
1105611050
ajv "^6.1.0"
1105711051
ajv-keywords "^3.1.0"
1105811052
chrome-trace-event "^1.0.0"

0 commit comments

Comments
 (0)