fix(deps): update dependency bluebird to ^3.7.2

This commit is contained in:
Renovate Bot 2019-11-28 23:00:22 +00:00
parent 3a1c83c0e1
commit bdca4e22ea
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@
} }
}, },
"bluebird": { "bluebird": {
"version": "3.7.1", "version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==" "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
}, },
"catharsis": { "catharsis": {
"version": "0.8.11", "version": "0.8.11",

View File

@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@babel/parser": "^7.7.4", "@babel/parser": "^7.7.4",
"@jsdoc/core": "^0.1.9", "@jsdoc/core": "^0.1.9",
"bluebird": "^3.7.1", "bluebird": "^3.7.2",
"catharsis": "^0.8.11", "catharsis": "^0.8.11",
"code-prettify": "^0.1.0", "code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4", "color-themes-for-google-code-prettify": "^2.0.4",