Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit bb97ef9

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency piscina to v4
1 parent 25e2b1a commit bb97ef9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

modules/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"guess-parser": "^0.4.22",
3737
"http-proxy-middleware": "^2.0.6",
3838
"ora": "^5.1.0",
39-
"piscina": "~3.2.0",
39+
"piscina": "~4.0.0",
4040
"rxjs": "^7.0.0",
4141
"tree-kill": "^1.2.2"
4242
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"node-fetch": "^2.6.1",
9090
"ora": "^5.1.0",
9191
"patch-package": "^7.0.0",
92-
"piscina": "~3.2.0",
92+
"piscina": "~4.0.0",
9393
"prettier": "^2.2.1",
9494
"protractor": "7.0.0",
9595
"rollup": "~3.24.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7476,7 +7476,7 @@ pinkie@^2.0.0:
74767476
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
74777477
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
74787478

7479-
[email protected], piscina@~3.2.0:
7479+
74807480
version "3.2.0"
74817481
resolved "https://registry.yarnpkg.com/piscina/-/piscina-3.2.0.tgz#f5a1dde0c05567775690cccefe59d9223924d154"
74827482
integrity sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==
@@ -7487,6 +7487,17 @@ [email protected], piscina@~3.2.0:
74877487
optionalDependencies:
74887488
nice-napi "^1.0.2"
74897489

7490+
piscina@~4.0.0:
7491+
version "4.0.0"
7492+
resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.0.0.tgz#f8913d52b2000606d51aaa242f0813a0c77ca3b1"
7493+
integrity sha512-641nAmJS4k4iqpNUqfggqUBUMmlw0ZoM5VZKdQkV2e970Inn3Tk9kroCc1wpsYLD07vCwpys5iY0d3xI/9WkTg==
7494+
dependencies:
7495+
eventemitter-asyncresource "^1.0.0"
7496+
hdr-histogram-js "^2.0.1"
7497+
hdr-histogram-percentiles-obj "^3.0.0"
7498+
optionalDependencies:
7499+
nice-napi "^1.0.2"
7500+
74907501
pkg-dir@^4.1.0:
74917502
version "4.2.0"
74927503
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"

0 commit comments

Comments
 (0)