Skip to content

Commit 257e493

Browse files
alan-agius4dgp1130
authored andcommittedMay 4, 2020
fix(@angular-devkit/build-angular): update worker-plugin
This update contains the following fix GoogleChromeLabs/worker-plugin#65 Closes: #17373
1 parent 7819b2a commit 257e493

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"webpack-merge": "4.2.2",
6868
"webpack-sources": "1.4.3",
6969
"webpack-subresource-integrity": "1.4.0",
70-
"worker-plugin": "4.0.2"
70+
"worker-plugin": "4.0.3"
7171
},
7272
"devDependencies": {
7373
"@angular/animations": "9.1.0-rc.2",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12171,10 +12171,10 @@ worker-farm@^1.7.0:
1217112171
dependencies:
1217212172
errno "~0.1.7"
1217312173

12174-
worker-plugin@4.0.2:
12175-
version "4.0.2"
12176-
resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.2.tgz#0456dd7af1c0de64591326fd8a08c5d9f2b5b27a"
12177-
integrity sha512-V+1zSZMOOKk+uBzKyNIODLQLsx59zSIOaI75J1EMS0iR1qy+KQR3y/pQ3T0vIhvPfDFapGRMsoMvQNEL3okqSA==
12174+
worker-plugin@4.0.3:
12175+
version "4.0.3"
12176+
resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.3.tgz#7c42e600d5931ad154d3d5f187a32446df64db0f"
12177+
integrity sha512-7hFDYWiKcE3yHZvemsoM9lZis/PzurHAEX1ej8PLCu818Rt6QqUAiDdxHPCKZctzmhqzPpcFSgvMCiPbtooqAg==
1217812178
dependencies:
1217912179
loader-utils "^1.1.0"
1218012180

0 commit comments

Comments
 (0)
Please sign in to comment.