Skip to content

Commit 1699968

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 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.3",
11+
"@contentful/rich-text-react-renderer": "^15.16.5",
1212
"@contentful/rich-text-types": "^15.15.1",
1313
"@hapi/joi": "^15.1.1",
1414
"@vercel/fetch-retry": "^5.1.3",
@@ -22,7 +22,7 @@
2222
"is-online": "^9.0.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.21",
25-
"node-fetch": "^2.6.9",
25+
"node-fetch": "^2.6.11",
2626
"semver": "^7.5.1",
2727
"url": "^0.11.0"
2828
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,22 +1404,22 @@
14041404
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.5.tgz#f501e3db37a5ac659f21ba0c2e61b278e58b64b9"
14051405
integrity sha512-Zbr2Eo0AQ4yzmQr/36/h+6LKjmdVBB3Q5cGzO6rtlIKB/IOpbQVUZW+XAnhpJmJr9sIF97OZjgbhG9k7Sjn4yw==
14061406

1407-
"@contentful/rich-text-react-renderer@^15.16.3":
1408-
version "15.16.3"
1409-
resolved "https://registry.yarnpkg.com/@contentful/rich-text-react-renderer/-/rich-text-react-renderer-15.16.3.tgz#f6536c517ae903351e265243f33d6f56deed4d1f"
1410-
integrity sha512-aFtgKn8Yt19qpsez9RdV65/khPhy7GnWXhjhiCMSDVY9vDwyPIPfoKkInt+vePAk7rxlleXds5s7ba6Sm5zKQg==
1407+
"@contentful/rich-text-react-renderer@^15.16.5":
1408+
version "15.16.5"
1409+
resolved "https://registry.yarnpkg.com/@contentful/rich-text-react-renderer/-/rich-text-react-renderer-15.16.5.tgz#996d87311ca90ca08191408f8b148cdf5db68017"
1410+
integrity sha512-VYWs0zA0yYf1d7Q+w18xHt5nK6Gme0X8wj9Hi0oSi8ZDtGPaluE77eOOdTtq7keawfts/O3/kyFLV18vnBVbSA==
14111411
dependencies:
1412-
"@contentful/rich-text-types" "^16.0.3"
1412+
"@contentful/rich-text-types" "^16.2.0"
14131413

14141414
"@contentful/rich-text-types@^15.15.1":
14151415
version "15.15.1"
14161416
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-15.15.1.tgz#96835cf0d0eba9e54f92ee43a4a1ce2a74014b53"
14171417
integrity sha512-oheW0vkxWDuKBIIXDeJfZaRYo+NzKbC4gETMhH+MGJd4nfL9cqrOvtRxZBgnhICN4vDpH4my/zUIZGKcFqGSjQ==
14181418

1419-
"@contentful/rich-text-types@^16.0.2", "@contentful/rich-text-types@^16.0.3":
1420-
version "16.0.3"
1421-
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-16.0.3.tgz#c590268483e07881fb01b6799e837337093e42bf"
1422-
integrity sha512-BsUtXj93jo5XUt0YeUwfCkMWRoZIzJDPUIY4vMy9SwGIO9olTsMoQKadjA2ktlmK+Gg6710WH3eFKZxj2q39Iw==
1419+
"@contentful/rich-text-types@^16.0.2", "@contentful/rich-text-types@^16.2.0":
1420+
version "16.2.0"
1421+
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-16.2.0.tgz#5a98cb119340f4da46555216913e96d7ce58df70"
1422+
integrity sha512-4BHC+mfa50JB70epzpnas4EkiuB3mGdBZ5Rp8w7R5wXvswEf8TLg5yGau2FxmZeEjrAkDrt4vzBLVQ8v3Y//Jw==
14231423

14241424
"@discoveryjs/json-ext@^0.5.0":
14251425
version "0.5.7"

0 commit comments

Comments
 (0)