Skip to content

Commit

Permalink
fix: update dependency bluebird to ^3.5.5 (#16825)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 21, 2019
1 parent 53f67a7 commit ec0be83
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.0.0",
"@hapi/joi": "^15.1.1",
"better-opn": "^0.1.4",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
"clipboardy": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"chokidar": "2.1.6",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.7",
"glob": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"async": "^2.6.3",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.0",
"gatsby-core-utils": "^1.0.5",
"got": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"cheerio": "^1.0.0-rc.3",
"lodash": "^4.17.14",
"unist-util-visit": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"axios": "^0.19.0",
"base64-img": "^1.0.4",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"contentful": "^6.1.3",
"deep-map": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"axios": "^0.19.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.1.11",
"lodash": "^4.17.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"chokidar": "2.1.6",
"file-type": "^10.2.0",
"fs-extra": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-lever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"axios": "^0.19.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"json-stringify-safe": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/runtime": "^7.0.0",
"axios": "^0.19.0",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"boxen": "^3.2.0",
"ci-info": "2.0.0",
"configstore": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"csvtojson": "^1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-hjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"hjson": "^3.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@babel/parser": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.0.0",
"bluebird": "^3.5.0"
"bluebird": "^3.5.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/parser": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.0.0",
"bluebird": "^3.5.0"
"bluebird": "^3.5.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0"
"bluebird": "^3.5.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.2",
"bluebird": "^3.5.5",
"pdf2json": "^1.1.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"gatsby-core-utils": "^1.0.5",
"gray-matter": "^4.0.0",
"hast-util-raw": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"fs-extra": "^7.0.0",
"potrace": "^2.1.1",
"probe-image-size": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.4",
"bluebird": "^3.5.5",
"fs-extra": "^4.0.2",
"gatsby-plugin-sharp": "^2.2.13",
"md5-file": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-toml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"toml": "^2.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"lodash": "^4.17.14",
"xml-parser": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"bluebird": "^3.5.5",
"browserslist": "3.2.8",
"cache-manager": "^2.10.0",
"cache-manager-fs-hash": "^0.0.7",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5192,11 +5192,11 @@ bluebird@2.9.34:
version "2.9.34"
resolved "http://registry.npmjs.org/bluebird/-/bluebird-2.9.34.tgz#2f7b4ec80216328a9fddebdf69c8d4942feff7d8"

bluebird@^3.0.5, bluebird@^3.5.4, bluebird@^3.5.5:
bluebird@^3.0.5, bluebird@^3.5.5:
version "3.5.5"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"

bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.2:
bluebird@^3.5.0, bluebird@^3.5.1:
version "3.5.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"

Expand Down

0 comments on commit ec0be83

Please sign in to comment.