Skip to content

Commit 8a62277

Browse files
Update dependency gatsby-source-ghost to v5.0.3
1 parent 01f13ad commit 8a62277

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"gatsby-plugin-react-helmet": "5.15.0",
5353
"gatsby-plugin-sharp": "4.25.1",
5454
"gatsby-source-filesystem": "4.15.0",
55-
"gatsby-source-ghost": "5.0.2",
55+
"gatsby-source-ghost": "5.0.3",
5656
"gatsby-transformer-sharp": "4.15.1",
5757
"lodash": "4.17.21",
5858
"react": "18.3.1",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,10 +2197,10 @@
21972197
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
21982198
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
21992199

2200-
"@tryghost/content-api@1.11.5":
2201-
version "1.11.5"
2202-
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.5.tgz#8023bd03c9e0073a4aaf244c7d527cdd71a80b13"
2203-
integrity sha512-dDU3EBgi8fpSZqnEOunYra/W/yABGlJng6f6i99ZLHir/y/KbShA+zA5/R19Y7Z109ocB8R4VWHk44GjFSTeBA==
2200+
"@tryghost/content-api@1.11.7":
2201+
version "1.11.7"
2202+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.7.tgz#5b779a319f4af16f9687c49459e475c9ca607b2f"
2203+
integrity sha512-G6Ovb0LSnlvx/nVzNDYd5kMyMmsTjwdiOANRbh/NPgaNUHS5RdUbbhPpYFvD1Cdi8xoliowCaGorv5wxI3Wb2Q==
22042204
dependencies:
22052205
axios "^0.27.0"
22062206

@@ -6515,15 +6515,15 @@ gatsby-source-filesystem@4.15.0:
65156515
valid-url "^1.0.9"
65166516
xstate "^4.26.1"
65176517

6518-
gatsby-source-ghost@5.0.2:
6519-
version "5.0.2"
6520-
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.2.tgz#05b08af0e27514f19439c2dede6f53b5ab8cea92"
6521-
integrity sha512-xizrhlE4vDS0Z2qzSv0NUFOwUo/YmdDJX8iiRzLyatxFowmX2NCBan64Nsa1eR2QoZU0xnuL57paO0p4SlE6Zg==
6518+
gatsby-source-ghost@5.0.3:
6519+
version "5.0.3"
6520+
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.3.tgz#8b00a13384203e96283c0b464904a4561b72f002"
6521+
integrity sha512-7xQN2MFHv81KogDiSuoKYU0BFRMtw/jQm4IvwJeFd8BelGehIDdOuX3rw2oor9SJYaO53GN+Y1MLrJYQ8H6rTw==
65226522
dependencies:
6523-
"@tryghost/content-api" "1.11.5"
6523+
"@tryghost/content-api" "1.11.7"
65246524
cheerio "1.0.0-rc.12"
65256525
gatsby-node-helpers "0.3.0"
6526-
qs "6.11.0"
6526+
qs "6.11.1"
65276527

65286528
gatsby-telemetry@^3.25.0:
65296529
version "3.25.0"
@@ -9609,6 +9609,13 @@ qs@6.11.0:
96099609
dependencies:
96109610
side-channel "^1.0.4"
96119611

9612+
qs@6.11.1:
9613+
version "6.11.1"
9614+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f"
9615+
integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==
9616+
dependencies:
9617+
side-channel "^1.0.4"
9618+
96129619
query-string@^6.14.1:
96139620
version "6.14.1"
96149621
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"

0 commit comments

Comments
 (0)