Skip to content

Commit 06015b9

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-contentful (#38322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 544862b commit 06015b9

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

packages/gatsby-source-contentful/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"@contentful/rich-text-react-renderer": "^15.16.5",
11+
"@contentful/rich-text-react-renderer": "^15.17.0",
1212
"@contentful/rich-text-types": "^15.15.1",
1313
"@hapi/joi": "^15.1.1",
1414
"@vercel/fetch-retry": "^5.1.3",
@@ -22,9 +22,9 @@
2222
"is-online": "^9.0.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.21",
25-
"node-fetch": "^2.6.11",
25+
"node-fetch": "^2.6.12",
2626
"semver": "^7.5.3",
27-
"url": "^0.11.0"
27+
"url": "^0.11.1"
2828
},
2929
"devDependencies": {
3030
"@babel/cli": "^7.20.7",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,10 +1409,10 @@
14091409
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.5.tgz#f501e3db37a5ac659f21ba0c2e61b278e58b64b9"
14101410
integrity sha512-Zbr2Eo0AQ4yzmQr/36/h+6LKjmdVBB3Q5cGzO6rtlIKB/IOpbQVUZW+XAnhpJmJr9sIF97OZjgbhG9k7Sjn4yw==
14111411

1412-
"@contentful/rich-text-react-renderer@^15.16.5":
1413-
version "15.16.5"
1414-
resolved "https://registry.yarnpkg.com/@contentful/rich-text-react-renderer/-/rich-text-react-renderer-15.16.5.tgz#996d87311ca90ca08191408f8b148cdf5db68017"
1415-
integrity sha512-VYWs0zA0yYf1d7Q+w18xHt5nK6Gme0X8wj9Hi0oSi8ZDtGPaluE77eOOdTtq7keawfts/O3/kyFLV18vnBVbSA==
1412+
"@contentful/rich-text-react-renderer@^15.17.0":
1413+
version "15.17.0"
1414+
resolved "https://registry.yarnpkg.com/@contentful/rich-text-react-renderer/-/rich-text-react-renderer-15.17.0.tgz#88b6c707eec5d0d45491be830f0cfb1a0fae9472"
1415+
integrity sha512-6dmfzq67eR2Pd4od1WMTWgatO0A873msb/hSFSgAEUwXyS3TjIQAFLfvPA3r6jPy6M5A26wUkfQ3I9caSHyqrw==
14161416
dependencies:
14171417
"@contentful/rich-text-types" "^16.2.0"
14181418

@@ -19929,14 +19929,15 @@ pumpify@^1.3.3, pumpify@^1.3.5:
1992919929
inherits "^2.0.3"
1993019930
pump "^2.0.0"
1993119931

19932-
19933-
version "1.3.2"
19934-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
19935-
1993619932
[email protected], punycode@^2.1.0, punycode@^2.1.1:
1993719933
version "2.1.1"
1993819934
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1993919935

19936+
punycode@^1.4.1:
19937+
version "1.4.1"
19938+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
19939+
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
19940+
1994019941
puppeteer-core@^8.0.0:
1994119942
version "8.0.0"
1994219943
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-8.0.0.tgz#4f56cc24675a8e993b0610a284f064a84910f4ec"
@@ -19980,13 +19981,20 @@ q@^1.1.2, q@^1.5.1:
1998019981
version "1.5.1"
1998119982
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
1998219983

19983-
[email protected], qs@^6.1.0, qs@^6.4.0, qs@^6.5.2, qs@^6.9.4:
19984+
1998419985
version "6.11.0"
1998519986
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
1998619987
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
1998719988
dependencies:
1998819989
side-channel "^1.0.4"
1998919990

19991+
qs@^6.1.0, qs@^6.11.0, qs@^6.4.0, qs@^6.5.2, qs@^6.9.4:
19992+
version "6.11.2"
19993+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
19994+
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
19995+
dependencies:
19996+
side-channel "^1.0.4"
19997+
1999019998
qs@~6.5.2:
1999119999
version "6.5.2"
1999220000
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -20001,10 +20009,6 @@ query-string@^6.14.1, query-string@^6.8.2:
2000120009
split-on-first "^1.0.0"
2000220010
strict-uri-encode "^2.0.0"
2000320011

20004-
20005-
version "0.2.0"
20006-
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
20007-
2000820012
querystringify@^2.1.1:
2000920013
version "2.2.0"
2001020014
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
@@ -24267,12 +24271,13 @@ url-polyfill@^1.1.12:
2426724271
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
2426824272
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
2426924273

24270-
url@^0.11.0:
24271-
version "0.11.0"
24272-
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
24274+
url@^0.11.0, url@^0.11.1:
24275+
version "0.11.1"
24276+
resolved "https://registry.yarnpkg.com/url/-/url-0.11.1.tgz#26f90f615427eca1b9f4d6a28288c147e2302a32"
24277+
integrity sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==
2427324278
dependencies:
24274-
punycode "1.3.2"
24275-
querystring "0.2.0"
24279+
punycode "^1.4.1"
24280+
qs "^6.11.0"
2427624281

2427724282
urltools@^0.4.1:
2427824283
version "0.4.1"

0 commit comments

Comments
 (0)