Skip to content

Commit

Permalink
fix: update dependency @hapi/joi to ^15.1.1 (#16796)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 20, 2019
1 parent 82dac42 commit 2cfc19c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@hapi/joi": "^15.1.0",
"@hapi/joi": "^15.1.1",
"better-opn": "^0.1.4",
"bluebird": "^3.5.0",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@hapi/joi": "^15.0.0",
"@hapi/joi": "^15.1.1",
"fs-extra": "^7.0.1",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@hapi/joi": "^15.0.0",
"@hapi/joi": "^15.1.1",
"axios": "^0.19.0",
"base64-img": "^1.0.3",
"bluebird": "^3.5.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 @@ -17,7 +17,7 @@
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@gatsbyjs/relay-compiler": "2.0.0-printer-fix.2",
"@hapi/joi": "^15.0.0",
"@hapi/joi": "^15.1.1",
"@mikaelkristiansson/domready": "^1.0.9",
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"@reach/router": "^1.1.1",
Expand Down

0 comments on commit 2cfc19c

Please sign in to comment.