Skip to content

Commit

Permalink
Update dependency gatsby-source-ghost to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 24d39a8 commit 9c97616
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"gatsby-plugin-react-helmet": "5.15.0",
"gatsby-plugin-sharp": "4.15.1",
"gatsby-source-filesystem": "4.15.0",
"gatsby-source-ghost": "5.0.0",
"gatsby-source-ghost": "5.0.1",
"gatsby-transformer-sharp": "4.15.1",
"lodash": "4.17.21",
"react": "18.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2563,10 +2563,10 @@
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==

"@tryghost/content-api@1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.10.0.tgz#819bbb444d32da40c4a451518ccf9c7c6ac619c0"
integrity sha512-tmfXmB5w+uBdOx5uf46fhkubCgyVoK/LGTWO219IGHDCmONYVdQ0sEBCkWn6X9VzpxxbkrjT/JPjf6wCpkHRKA==
"@tryghost/content-api@1.11.4":
version "1.11.4"
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.4.tgz#4a1afa6a7580eb414d82ce6bd3ca712126927fbc"
integrity sha512-1ShIj8i37rR/9gaenRiaGvPNAU3jAuvViD64mmVxE1cedXJjpqbaOLM8lFWaVuGUafDQrfo5tv57FN6ac51QeQ==
dependencies:
axios "^0.27.0"

Expand Down Expand Up @@ -6467,15 +6467,15 @@ [email protected]:
valid-url "^1.0.9"
xstate "^4.26.1"

[email protected].0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.0.tgz#64021ecabf0eacebfdbd3a4a5957493e0b28fa5b"
integrity sha512-wyq7o7gGC8n6/z5daf/3sqH3NJhvP569Zr/Dd6E5I8duioR5smeLpibyY4RI3fH+y66caja9QnZ7v+gZAiR0Og==
[email protected].1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.1.tgz#3100bf096d87e935426bdbf13c8dcf1852d682b8"
integrity sha512-RjcgZvX9GYTLLcVEp/OWeO1g+jFUj66rxdtxc/suhqs8G3KnVhVobBnUiNIU17Kqhy1PV3pu4FddD20CEHggaQ==
dependencies:
"@tryghost/content-api" "1.10.0"
"@tryghost/content-api" "1.11.4"
cheerio "1.0.0-rc.11"
gatsby-node-helpers "0.3.0"
qs "6.10.3"
qs "6.11.0"

gatsby-telemetry@^3.15.0, gatsby-telemetry@^3.20.0:
version "3.20.0"
Expand Down Expand Up @@ -9649,7 +9649,7 @@ [email protected]:
dependencies:
side-channel "^1.0.4"

qs@^6.9.4:
qs@6.11.0, qs@^6.9.4:
version "6.11.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
Expand Down

0 comments on commit 9c97616

Please sign in to comment.