Skip to content

Commit f18a042

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Build(deps): Bump workerpool from 3.1.1 to 3.1.2
Bumps [workerpool](https://github.com/josdejong/workerpool) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/josdejong/workerpool/releases) - [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md) - [Commits](josdejong/workerpool@v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bcc0b8 commit f18a042

File tree

2 files changed

+56
-23
lines changed

2 files changed

+56
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symlink-or-copy": "^1.0.1",
3535
"terser": "^3.17.0",
3636
"walk-sync": "^1.1.3",
37-
"workerpool": "^3.1.1"
37+
"workerpool": "^3.1.2"
3838
},
3939
"devDependencies": {
4040
"babel-jest": "^23.6.0",

yarn.lock

Lines changed: 55 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.1.0":
13-
version "7.2.2"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
15-
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
12+
"@babel/core@^7.1.0", "@babel/core@^7.3.4":
13+
version "7.3.4"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
15+
integrity sha512-jRsuseXBo9pN197KnDwhhaaBzyZr2oIcLHHTt2oDdQrej5Qp57dCCJafWx5ivU8/alEYDpssYqv1MUqcxwQlrA==
1616
dependencies:
1717
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.2.2"
18+
"@babel/generator" "^7.3.4"
1919
"@babel/helpers" "^7.2.0"
20-
"@babel/parser" "^7.2.2"
20+
"@babel/parser" "^7.3.4"
2121
"@babel/template" "^7.2.2"
22-
"@babel/traverse" "^7.2.2"
23-
"@babel/types" "^7.2.2"
22+
"@babel/traverse" "^7.3.4"
23+
"@babel/types" "^7.3.4"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
27-
lodash "^4.17.10"
27+
lodash "^4.17.11"
2828
resolve "^1.3.2"
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
@@ -40,6 +40,17 @@
4040
source-map "^0.5.0"
4141
trim-right "^1.0.1"
4242

43+
"@babel/generator@^7.3.4":
44+
version "7.3.4"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz#9aa48c1989257877a9d971296e5b73bfe72e446e"
46+
integrity sha512-8EXhHRFqlVVWXPezBW5keTiQi/rJMQTg/Y9uVCEZ0CAF3PKtCCaVRnp64Ii1ujhkoDhhF1fVsImoN4yJ2uz4Wg==
47+
dependencies:
48+
"@babel/types" "^7.3.4"
49+
jsesc "^2.5.1"
50+
lodash "^4.17.11"
51+
source-map "^0.5.0"
52+
trim-right "^1.0.1"
53+
4354
"@babel/helper-function-name@^7.1.0":
4455
version "7.1.0"
4556
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -91,7 +102,7 @@
91102
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.1.tgz#8f4ffd45f779e6132780835ffa7a215fa0b2d181"
92103
integrity sha512-ATz6yX/L8LEnC3dtLQnIx4ydcPxhLcoy9Vl6re00zb2w5lG6itY6Vhnr1KFRPq/FHNsgl/gh2mjNN20f9iJTTA==
93104

94-
"@babel/parser@^7.1.0":
105+
"@babel/parser@^7.1.0", "@babel/parser@^7.3.4":
95106
version "7.3.4"
96107
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
97108
integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
@@ -112,7 +123,7 @@
112123
"@babel/parser" "^7.2.2"
113124
"@babel/types" "^7.2.2"
114125

115-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2":
126+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5":
116127
version "7.2.3"
117128
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
118129
integrity sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==
@@ -127,6 +138,21 @@
127138
globals "^11.1.0"
128139
lodash "^4.17.10"
129140

141+
"@babel/traverse@^7.3.4":
142+
version "7.3.4"
143+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
144+
integrity sha512-TvTHKp6471OYEcE/91uWmhR6PrrYywQntCHSaZ8CM8Vmp+pjAusal4nGB2WCCQd0rvI7nOMKn9GnbcvTUz3/ZQ==
145+
dependencies:
146+
"@babel/code-frame" "^7.0.0"
147+
"@babel/generator" "^7.3.4"
148+
"@babel/helper-function-name" "^7.1.0"
149+
"@babel/helper-split-export-declaration" "^7.0.0"
150+
"@babel/parser" "^7.3.4"
151+
"@babel/types" "^7.3.4"
152+
debug "^4.1.0"
153+
globals "^11.1.0"
154+
lodash "^4.17.11"
155+
130156
"@babel/types@^7.0.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0":
131157
version "7.3.0"
132158
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.0.tgz#61dc0b336a93badc02bf5f69c4cd8e1353f2ffc0"
@@ -136,6 +162,15 @@
136162
lodash "^4.17.10"
137163
to-fast-properties "^2.0.0"
138164

165+
"@babel/types@^7.3.4":
166+
version "7.3.4"
167+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
168+
integrity sha512-WEkp8MsLftM7O/ty580wAmZzN1nDmCACc5+jFzUt+GUFNNIi3LdRlueYz0YIlmJhlZx1QYDMZL5vdWCL0fNjFQ==
169+
dependencies:
170+
esutils "^2.0.2"
171+
lodash "^4.17.11"
172+
to-fast-properties "^2.0.0"
173+
139174
"@cnakazawa/watch@^1.0.3":
140175
version "1.0.3"
141176
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3307,7 +3342,7 @@ lodash.sortby@^4.7.0:
33073342
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
33083343
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
33093344

3310-
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
3345+
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
33113346
version "4.17.11"
33123347
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
33133348

@@ -4371,16 +4406,12 @@ rimraf@~2.2.6:
43714406
version "2.2.8"
43724407
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
43734408

4374-
rsvp@^3.0.14:
4375-
version "3.3.3"
4376-
resolved "https://registry.npmjs.org/rsvp/-/rsvp-3.3.3.tgz#34633caaf8bc66ceff4be3c2e1dffd032538a813"
4377-
4378-
rsvp@^3.3.3:
4409+
rsvp@^3.0.14, rsvp@^3.3.3:
43794410
version "3.6.2"
43804411
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
43814412
integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==
43824413

4383-
rsvp@^4.7.0:
4414+
rsvp@^4.7.0, rsvp@^4.8.4:
43844415
version "4.8.4"
43854416
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911"
43864417
integrity sha512-6FomvYPfs+Jy9TfXmBpBuMWNH94SgCsZmJKcanySzgNNP6LjWxBvyLTa9KaMfDDM5oxRfrKDB0r/qeRsLwnBfA==
@@ -5225,12 +5256,14 @@ wordwrap@~1.0.0:
52255256
version "1.0.0"
52265257
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
52275258

5228-
workerpool@^3.1.1:
5229-
version "3.1.1"
5230-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-3.1.1.tgz#9decea76b73c2f91de1b5bec1019f8a474b3a620"
5231-
integrity sha512-VzYD/kM3Gk9L7GR0LtrcyiZA8+h8Fse503aq4WkYwRBXreHTixVEcqKLjiFS6gM0fyaEt0pjSLf1ANGQXM27cg==
5259+
workerpool@^3.1.2:
5260+
version "3.1.2"
5261+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-3.1.2.tgz#b34e79243647decb174b7481ab5b351dc565c426"
5262+
integrity sha512-WJFA0dGqIK7qj7xPTqciWBH5DlJQzoPjsANvc3Y4hNB0SScT+Emjvt0jPPkDBUjBNngX1q9hHgt1Gfwytu6pug==
52325263
dependencies:
5264+
"@babel/core" "^7.3.4"
52335265
object-assign "4.1.1"
5266+
rsvp "^4.8.4"
52345267

52355268
wrap-ansi@^2.0.0:
52365269
version "2.1.0"

0 commit comments

Comments
 (0)