Skip to content

Commit 91f052d

Browse files
committed
fix(@angular-devkit/build-angular): update copy-webpack-plugin to 6.0.3
Prior versions of copy-webpack-plugin 6.x contained a memory usage regression that could cause gigabytes of memory to be used during a build. Version 6.0.3 contains a fix that prevents this issue. Referenced Issue: webpack-contrib/copy-webpack-plugin#505 8.3.x variant of #18088
1 parent 8b299eb commit 91f052d

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"circular-dependency-plugin": "5.2.0",
2323
"clean-css": "4.2.1",
2424
"coverage-istanbul-loader": "2.0.3",
25-
"copy-webpack-plugin": "6.0.2",
25+
"copy-webpack-plugin": "6.0.3",
2626
"core-js": "3.6.4",
2727
"file-loader": "4.2.0",
2828
"find-cache-dir": "3.0.0",

yarn.lock

+34-8
Original file line numberDiff line numberDiff line change
@@ -3640,21 +3640,21 @@ copy-descriptor@^0.1.0:
36403640
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
36413641
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
36423642

3643-
3644-
version "6.0.2"
3645-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.2.tgz#10efc6ad219a61acbf2f5fb50af83da38431bc34"
3646-
integrity sha512-9Gm8X0c6eXlKnmltMPFCBeGOKjtcRIyTt4VaO3k1TkNgVTe5Ov2lYsYVuyLp0kp8DItO3apewflM+1GYgh6V2Q==
3643+
3644+
version "6.0.3"
3645+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.3.tgz#2b3d2bfc6861b96432a65f0149720adbd902040b"
3646+
integrity sha512-q5m6Vz4elsuyVEIUXr7wJdIdePWTubsqVbEMvf1WQnHGv0Q+9yPRu7MtYFPt+GBOXRav9lvIINifTQ1vSCs+eA==
36473647
dependencies:
36483648
cacache "^15.0.4"
3649-
fast-glob "^3.2.2"
3649+
fast-glob "^3.2.4"
36503650
find-cache-dir "^3.3.1"
36513651
glob-parent "^5.1.1"
36523652
globby "^11.0.1"
36533653
loader-utils "^2.0.0"
36543654
normalize-path "^3.0.0"
3655-
p-limit "^2.3.0"
3655+
p-limit "^3.0.1"
36563656
schema-utils "^2.7.0"
3657-
serialize-javascript "^3.1.0"
3657+
serialize-javascript "^4.0.0"
36583658
webpack-sources "^1.4.3"
36593659

36603660
core-js-compat@^3.6.2:
@@ -4776,7 +4776,7 @@ fast-deep-equal@^3.1.1:
47764776
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
47774777
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
47784778

4779-
fast-glob@^3.1.1, fast-glob@^3.2.2:
4779+
fast-glob@^3.1.1:
47804780
version "3.2.2"
47814781
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
47824782
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
@@ -4788,6 +4788,18 @@ fast-glob@^3.1.1, fast-glob@^3.2.2:
47884788
micromatch "^4.0.2"
47894789
picomatch "^2.2.1"
47904790

4791+
fast-glob@^3.2.4:
4792+
version "3.2.4"
4793+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
4794+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
4795+
dependencies:
4796+
"@nodelib/fs.stat" "^2.0.2"
4797+
"@nodelib/fs.walk" "^1.2.3"
4798+
glob-parent "^5.1.0"
4799+
merge2 "^1.3.0"
4800+
micromatch "^4.0.2"
4801+
picomatch "^2.2.1"
4802+
47914803
47924804
version "2.0.0"
47934805
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -8269,6 +8281,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.3.0:
82698281
dependencies:
82708282
p-try "^2.0.0"
82718283

8284+
p-limit@^3.0.1:
8285+
version "3.0.1"
8286+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.1.tgz#584784ac0722d1aed09f19f90ed2999af6ce2839"
8287+
integrity sha512-mw/p92EyOzl2MhauKodw54Rx5ZK4624rNfgNaBguFZkHzyUG9WsDzFF5/yQVEJinbJDdP4jEfMN+uBquiGnaLg==
8288+
dependencies:
8289+
p-try "^2.0.0"
8290+
82728291
p-locate@^2.0.0:
82738292
version "2.0.0"
82748293
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -9993,6 +10012,13 @@ serialize-javascript@^3.1.0:
999310012
dependencies:
999410013
randombytes "^2.1.0"
999510014

10015+
serialize-javascript@^4.0.0:
10016+
version "4.0.0"
10017+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
10018+
integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==
10019+
dependencies:
10020+
randombytes "^2.1.0"
10021+
999610022
serve-index@^1.9.1:
999710023
version "1.9.1"
999810024
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"

0 commit comments

Comments
 (0)