Skip to content

Commit

Permalink
Update dependency gatsby-source-ghost to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent ac8bfbf commit 56ab0da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 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.25.1",
"gatsby-source-filesystem": "4.15.0",
"gatsby-source-ghost": "5.0.2",
"gatsby-source-ghost": "5.0.3",
"gatsby-transformer-sharp": "4.15.1",
"lodash": "4.17.21",
"react": "18.3.1",
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2197,10 +2197,10 @@
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==

"@tryghost/[email protected].5":
version "1.11.5"
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.5.tgz#8023bd03c9e0073a4aaf244c7d527cdd71a80b13"
integrity sha512-dDU3EBgi8fpSZqnEOunYra/W/yABGlJng6f6i99ZLHir/y/KbShA+zA5/R19Y7Z109ocB8R4VWHk44GjFSTeBA==
"@tryghost/[email protected].7":
version "1.11.7"
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.7.tgz#5b779a319f4af16f9687c49459e475c9ca607b2f"
integrity sha512-G6Ovb0LSnlvx/nVzNDYd5kMyMmsTjwdiOANRbh/NPgaNUHS5RdUbbhPpYFvD1Cdi8xoliowCaGorv5wxI3Wb2Q==
dependencies:
axios "^0.27.0"

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

[email protected].2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.2.tgz#05b08af0e27514f19439c2dede6f53b5ab8cea92"
integrity sha512-xizrhlE4vDS0Z2qzSv0NUFOwUo/YmdDJX8iiRzLyatxFowmX2NCBan64Nsa1eR2QoZU0xnuL57paO0p4SlE6Zg==
[email protected].3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.3.tgz#8b00a13384203e96283c0b464904a4561b72f002"
integrity sha512-7xQN2MFHv81KogDiSuoKYU0BFRMtw/jQm4IvwJeFd8BelGehIDdOuX3rw2oor9SJYaO53GN+Y1MLrJYQ8H6rTw==
dependencies:
"@tryghost/content-api" "1.11.5"
"@tryghost/content-api" "1.11.7"
cheerio "1.0.0-rc.12"
gatsby-node-helpers "0.3.0"
qs "6.11.0"
qs "6.11.1"

gatsby-telemetry@^3.25.0:
version "3.25.0"
Expand Down Expand Up @@ -9609,6 +9609,13 @@ [email protected]:
dependencies:
side-channel "^1.0.4"

[email protected]:
version "6.11.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f"
integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==
dependencies:
side-channel "^1.0.4"

query-string@^6.14.1:
version "6.14.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
Expand Down

0 comments on commit 56ab0da

Please sign in to comment.