File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 231
231
"webpack-merge" : " 4.2.2" ,
232
232
"webpack-sources" : " 1.4.3" ,
233
233
"webpack-subresource-integrity" : " 1.4.0" ,
234
- "worker-plugin" : " 4 .0.2 " ,
234
+ "worker-plugin" : " 5 .0.0 " ,
235
235
"zone.js" : " ^0.10.2"
236
236
},
237
237
"husky" : {
Original file line number Diff line number Diff line change 71
71
"webpack-merge" : " 4.2.2" ,
72
72
"webpack-sources" : " 1.4.3" ,
73
73
"webpack-subresource-integrity" : " 1.4.1" ,
74
- "worker-plugin" : " 4 .0.3 "
74
+ "worker-plugin" : " 5 .0.0 "
75
75
},
76
76
"peerDependencies" : {
77
77
"@angular/compiler-cli" : " >=10.1.0-next.0 < 11" ,
Original file line number Diff line number Diff line change @@ -13559,17 +13559,10 @@ worker-farm@^1.7.0:
13559
13559
dependencies:
13560
13560
errno "~0.1.7"
13561
13561
13562
-
13563
- version "4.0.2"
13564
- resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.2.tgz#0456dd7af1c0de64591326fd8a08c5d9f2b5b27a"
13565
- integrity sha512-V+1zSZMOOKk+uBzKyNIODLQLsx59zSIOaI75J1EMS0iR1qy+KQR3y/pQ3T0vIhvPfDFapGRMsoMvQNEL3okqSA==
13566
- dependencies:
13567
- loader-utils "^1.1.0"
13568
-
13569
-
13570
- version "4.0.3"
13571
- resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.3.tgz#7c42e600d5931ad154d3d5f187a32446df64db0f"
13572
- integrity sha512-7hFDYWiKcE3yHZvemsoM9lZis/PzurHAEX1ej8PLCu818Rt6QqUAiDdxHPCKZctzmhqzPpcFSgvMCiPbtooqAg==
13562
+
13563
+ version "5.0.0"
13564
+ resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-5.0.0.tgz#113b5fe1f4a5d6a957cecd29915bedafd70bb537"
13565
+ integrity sha512-AXMUstURCxDD6yGam2r4E34aJg6kW85IiaeX72hi+I1cxyaMUtrvVY6sbfpGKAj5e7f68Acl62BjQF5aOOx2IQ==
13573
13566
dependencies:
13574
13567
loader-utils "^1.1.0"
13575
13568
You can’t perform that action at this time.
0 commit comments