Skip to content

Commit a16365d

Browse files
chore(deps): bump bluebird from 3.7.1 to 3.7.2
Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/petkaantonov/bluebird/releases) - [Commits](petkaantonov/bluebird@v3.7.1...v3.7.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d3bfb35 commit a16365d

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/runtime": "7.10.1",
3030
"base32-encode": "1.1.1",
3131
"bitwise-xor": "0.0.0",
32-
"bluebird": "3.7.1",
32+
"bluebird": "3.7.2",
3333
"body-parser": "1.19.0",
3434
"compose-middleware": "5.0.1",
3535
"cors": "2.8.5",

yarn.lock

+16-6
Original file line numberDiff line numberDiff line change
@@ -2669,12 +2669,7 @@ [email protected]:
26692669
resolved "https://registry.yarnpkg.com/bitwise-xor/-/bitwise-xor-0.0.0.tgz#040a8172b5bb8cc562b0b7119f230b2a1a780e3d"
26702670
integrity sha1-BAqBcrW7jMVisLcRnyMLKhp4Dj0=
26712671

2672-
2673-
version "3.7.1"
2674-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
2675-
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
2676-
2677-
bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
2672+
[email protected], bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
26782673
version "3.7.2"
26792674
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
26802675
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
@@ -4304,6 +4299,21 @@ execa@^4.0.0:
43044299
signal-exit "^3.0.2"
43054300
strip-final-newline "^2.0.0"
43064301

4302+
execa@^4.0.3:
4303+
version "4.1.0"
4304+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
4305+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
4306+
dependencies:
4307+
cross-spawn "^7.0.0"
4308+
get-stream "^5.0.0"
4309+
human-signals "^1.1.1"
4310+
is-stream "^2.0.0"
4311+
merge-stream "^2.0.0"
4312+
npm-run-path "^4.0.0"
4313+
onetime "^5.1.0"
4314+
signal-exit "^3.0.2"
4315+
strip-final-newline "^2.0.0"
4316+
43074317
exit@^0.1.2:
43084318
version "0.1.2"
43094319
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"

0 commit comments

Comments
 (0)