Skip to content

Commit

Permalink
fix: update dependency better-queue to ^3.8.10 (#16824)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wardpeet committed Aug 21, 2019
1 parent c2bc229 commit 6834344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"better-queue": "^3.8.7",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"chokidar": "2.1.6",
"file-type": "^10.2.0",
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 @@ -10,7 +10,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"axios": "^0.19.0",
"better-queue": "^3.8.6",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-plugin-remove-graphql-queries": "^2.7.3",
"babel-preset-gatsby": "^0.2.9",
"better-opn": "0.1.4",
"better-queue": "^3.8.6",
"better-queue": "^3.8.10",
"bluebird": "^3.5.0",
"browserslist": "3.2.8",
"cache-manager": "^2.9.0",
Expand Down

0 comments on commit 6834344

Please sign in to comment.