Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-source-contentful (#27539)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 26, 2020
1 parent b33f403 commit 0e54bae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"@babel/runtime": "^7.11.2",
"@contentful/rich-text-types": "^14.1.1",
"@hapi/joi": "^15.1.1",
"axios": "^0.20.0",
"axios": "^0.21.0",
"base64-img": "^1.0.4",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"contentful": "^7.14.7",
"contentful": "^7.14.8",
"fs-extra": "^9.0.1",
"gatsby-core-utils": "^1.3.23",
"gatsby-plugin-utils": "^0.2.39",
"gatsby-source-filesystem": "^2.3.35",
"is-online": "^8.5.0",
"is-online": "^8.5.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7506,10 +7506,10 @@ contentful-sdk-core@^6.4.0, contentful-sdk-core@^6.4.5:
lodash "^4.17.10"
qs "^6.5.2"

contentful@^7.14.7:
version "7.14.7"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-7.14.7.tgz#3f9724ec2152f7b7bd24d70a0ad78fac57f4e159"
integrity sha512-1NqFoATOCBf9J8cyrZL3fAKkycmGGYiu8/3x4qxZ5KywxyWBT3qdiUmT2bPGZIkmPSHJhmv0qRXFySQjAbIelA==
contentful@^7.14.8:
version "7.14.8"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-7.14.8.tgz#cdda293323501c4d576b24dbcd247e2eda1148ef"
integrity sha512-q0Y/1rNOxF13W3KLe+WxaT3+oDdxCbKiuHF+l0TlQXcVcFeLUhXXJn72noefsH8aWXMF6/rkDQ+Fl6szIMF5qw==
dependencies:
axios "^0.20.0"
contentful-resolve-response "^1.2.2"
Expand Down Expand Up @@ -13610,10 +13610,10 @@ is-observable@^1.1.0:
dependencies:
symbol-observable "^1.1.0"

is-online@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/is-online/-/is-online-8.5.0.tgz#1f986b00d2bdabce0bda3de6993f06ac8d914b9c"
integrity sha512-CcBJAVvhLpluDD0KCXlOXSXGyOWnzCtJf/WuQT4xE1PPMIQkGKoqSkV1xWmgvX1ZNw62B7BZ0AfK4TiK1NTddQ==
is-online@^8.5.1:
version "8.5.1"
resolved "https://registry.yarnpkg.com/is-online/-/is-online-8.5.1.tgz#bcc6970c6a3fad552a41738c0f0d0737b0ce6e63"
integrity sha512-RKyTQx/rJqw2QOXHwy7TmXdlkpe0Hhj7GBsr6TQJaj4ebNOfameZCMspU5vYbwBBzJ2brWArdSvNVox6T6oCTQ==
dependencies:
got "^9.6.0"
p-any "^2.0.0"
Expand Down

0 comments on commit 0e54bae

Please sign in to comment.