Skip to content

Commit

Permalink
fix(deps): update minor and patch dependencies for gatsby-source-cont…
Browse files Browse the repository at this point in the history
…entful (#38162)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jun 1, 2023
1 parent 0060bdf commit 1699968
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@contentful/rich-text-react-renderer": "^15.16.3",
"@contentful/rich-text-react-renderer": "^15.16.5",
"@contentful/rich-text-types": "^15.15.1",
"@hapi/joi": "^15.1.1",
"@vercel/fetch-retry": "^5.1.3",
@@ -22,7 +22,7 @@
"is-online": "^9.0.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.9",
"node-fetch": "^2.6.11",
"semver": "^7.5.1",
"url": "^0.11.0"
},
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1404,22 +1404,22 @@
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.5.tgz#f501e3db37a5ac659f21ba0c2e61b278e58b64b9"
integrity sha512-Zbr2Eo0AQ4yzmQr/36/h+6LKjmdVBB3Q5cGzO6rtlIKB/IOpbQVUZW+XAnhpJmJr9sIF97OZjgbhG9k7Sjn4yw==

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

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

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

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

0 comments on commit 1699968

Please sign in to comment.