Skip to content

Commit 229af4f

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-contentful (#32608)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bf5eafe commit 229af4f

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"axios": "^0.21.1",
1616
"chalk": "^4.1.2",
1717
"common-tags": "^1.8.0",
18-
"contentful": "^8.4.0",
18+
"contentful": "^8.4.2",
1919
"fs-extra": "^9.1.0",
2020
"gatsby-core-utils": "^2.12.0-next.0",
2121
"gatsby-plugin-utils": "^1.12.0-next.0",
@@ -25,7 +25,7 @@
2525
"lodash": "^4.17.21",
2626
"node-fetch": "^2.6.1",
2727
"p-queue": "^6.6.2",
28-
"qs": "^6.9.6",
28+
"qs": "^6.10.1",
2929
"retry-axios": "^2.4.0"
3030
},
3131
"devDependencies": {

yarn.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -8703,10 +8703,10 @@ contentful-sdk-core@^6.5.0, contentful-sdk-core@^6.7.0:
87038703
fast-copy "^2.1.0"
87048704
qs "^6.9.4"
87058705

8706-
contentful@^8.4.0:
8707-
version "8.4.0"
8708-
resolved "https://registry.npmjs.org/contentful/-/contentful-8.4.0.tgz#0bfa29391176e9570fbada272797c07f7b0a6c9a"
8709-
integrity sha512-VHVIZMRVMvce949uhDtvxEgHsNzcbYN1YW7Hz4vJKt37qyf42AESvSsRZAKLYgf8b8NeHn07VgV2drBacFm5Tg==
8706+
contentful@^8.4.2:
8707+
version "8.4.2"
8708+
resolved "https://registry.yarnpkg.com/contentful/-/contentful-8.4.2.tgz#e9d0088772d41edefcc91ec79db99c5e679c4b34"
8709+
integrity sha512-ddbJaJEQm58XBNjzne/lLkapEW9bWX0K3vVF16UEYyekiv2CAIaO5OwWgDD9w+VJe2wliPcDPmbtVeB9BIc/zA==
87108710
dependencies:
87118711
axios "^0.21.1"
87128712
contentful-resolve-response "^1.3.0"
@@ -22335,10 +22335,12 @@ [email protected]:
2233522335
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
2233622336
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
2233722337

22338-
qs@^6.1.0, qs@^6.4.0, qs@^6.5.1, qs@^6.5.2, qs@^6.9.4, qs@^6.9.6:
22339-
version "6.9.6"
22340-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
22341-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
22338+
qs@^6.1.0, qs@^6.10.1, qs@^6.4.0, qs@^6.5.1, qs@^6.5.2, qs@^6.9.4:
22339+
version "6.10.1"
22340+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
22341+
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
22342+
dependencies:
22343+
side-channel "^1.0.4"
2234222344

2234322345
qs@~6.5.2:
2234422346
version "6.5.2"

0 commit comments

Comments
 (0)