Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-source-contentful (#29183)
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 Jan 28, 2021
1 parent a823622 commit 392c8a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-source-contentful/package.json
Expand Up @@ -13,8 +13,8 @@
"@hapi/joi": "^15.1.1",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"contentful": "^7.14.12",
"fs-extra": "^9.0.1",
"contentful": "^7.15.2",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^1.10.0-next.0",
"gatsby-plugin-image": "^0.7.0-next.0",
"gatsby-plugin-utils": "^0.9.0-next.0",
Expand All @@ -24,7 +24,7 @@
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"progress": "^2.0.3",
"qs": "^6.9.4"
"qs": "^6.9.6"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -7848,7 +7848,7 @@ contentful-sdk-core@^6.5.0, contentful-sdk-core@^6.7.0:
fast-copy "^2.1.0"
qs "^6.9.4"

contentful@^7.14.12:
contentful@^7.15.2:
version "7.15.2"
resolved "https://registry.yarnpkg.com/contentful/-/contentful-7.15.2.tgz#caa54e6c5e53f840949f2fef455dc9f52d969b88"
integrity sha512-hu+hq0mi7mR7TEKdDg+WyId25Oe4lgNi5WsrPKPlCNBKDQ0QOZly8Vyq/9LF2hR4cbn9tTnRWElIU9Q+JNgP7Q==
Expand Down Expand Up @@ -20161,10 +20161,10 @@ qs@6.7.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^6.1.0, qs@^6.4.0, qs@^6.5.1, qs@^6.5.2, qs@^6.7.0, qs@^6.9.4:
version "6.9.4"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
qs@^6.1.0, qs@^6.4.0, qs@^6.5.1, qs@^6.5.2, qs@^6.7.0, qs@^6.9.4, qs@^6.9.6:
version "6.9.6"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==

qs@~6.5.2:
version "6.5.2"
Expand Down

0 comments on commit 392c8a3

Please sign in to comment.