Skip to content

Commit

Permalink
build: update dependency piscina to v4
Browse files Browse the repository at this point in the history
(cherry picked from commit bb97ef9)
  • Loading branch information
angular-robot authored and alan-agius4 committed Jun 24, 2023
1 parent 50c9658 commit 50d0afd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"guess-parser": "^0.4.22",
"http-proxy-middleware": "^2.0.6",
"ora": "^5.1.0",
"piscina": "~3.2.0",
"piscina": "~4.0.0",
"rxjs": "^7.0.0",
"tree-kill": "^1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"node-fetch": "^2.6.1",
"ora": "^5.1.0",
"patch-package": "^7.0.0",
"piscina": "~3.2.0",
"piscina": "~4.0.0",
"prettier": "^2.2.1",
"protractor": "7.0.0",
"rollup": "~3.24.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7476,7 +7476,7 @@ pinkie@^2.0.0:
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==

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

piscina@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.0.0.tgz#f8913d52b2000606d51aaa242f0813a0c77ca3b1"
integrity sha512-641nAmJS4k4iqpNUqfggqUBUMmlw0ZoM5VZKdQkV2e970Inn3Tk9kroCc1wpsYLD07vCwpys5iY0d3xI/9WkTg==
dependencies:
eventemitter-asyncresource "^1.0.0"
hdr-histogram-js "^2.0.1"
hdr-histogram-percentiles-obj "^3.0.0"
optionalDependencies:
nice-napi "^1.0.2"

pkg-dir@^4.1.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
Expand Down

0 comments on commit 50d0afd

Please sign in to comment.