Skip to content

Commit 5fff864

Browse files
committed
Update dependency gatsby-source-ghost to v5.0.2
1 parent ceb09ec commit 5fff864

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.15.1",
5454
"gatsby-source-filesystem": "4.15.0",
55-
"gatsby-source-ghost": "5.0.1",
55+
"gatsby-source-ghost": "5.0.2",
5656
"gatsby-transformer-sharp": "4.15.1",
5757
"lodash": "4.17.21",
5858
"react": "18.2.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,10 +2563,10 @@
25632563
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
25642564
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
25652565

2566-
"@tryghost/content-api@1.11.4":
2567-
version "1.11.4"
2568-
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.4.tgz#4a1afa6a7580eb414d82ce6bd3ca712126927fbc"
2569-
integrity sha512-1ShIj8i37rR/9gaenRiaGvPNAU3jAuvViD64mmVxE1cedXJjpqbaOLM8lFWaVuGUafDQrfo5tv57FN6ac51QeQ==
2566+
"@tryghost/content-api@1.11.5":
2567+
version "1.11.5"
2568+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.11.5.tgz#8023bd03c9e0073a4aaf244c7d527cdd71a80b13"
2569+
integrity sha512-dDU3EBgi8fpSZqnEOunYra/W/yABGlJng6f6i99ZLHir/y/KbShA+zA5/R19Y7Z109ocB8R4VWHk44GjFSTeBA==
25702570
dependencies:
25712571
axios "^0.27.0"
25722572

@@ -3980,7 +3980,7 @@ cheerio@1.0.0-rc.11:
39803980
parse5-htmlparser2-tree-adapter "^7.0.0"
39813981
tslib "^2.4.0"
39823982

3983-
cheerio@^1.0.0-rc.10:
3983+
cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.10:
39843984
version "1.0.0-rc.12"
39853985
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
39863986
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
@@ -6467,13 +6467,13 @@ gatsby-source-filesystem@4.15.0:
64676467
valid-url "^1.0.9"
64686468
xstate "^4.26.1"
64696469

6470-
gatsby-source-ghost@5.0.1:
6471-
version "5.0.1"
6472-
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.1.tgz#3100bf096d87e935426bdbf13c8dcf1852d682b8"
6473-
integrity sha512-RjcgZvX9GYTLLcVEp/OWeO1g+jFUj66rxdtxc/suhqs8G3KnVhVobBnUiNIU17Kqhy1PV3pu4FddD20CEHggaQ==
6470+
gatsby-source-ghost@5.0.2:
6471+
version "5.0.2"
6472+
resolved "https://registry.yarnpkg.com/gatsby-source-ghost/-/gatsby-source-ghost-5.0.2.tgz#05b08af0e27514f19439c2dede6f53b5ab8cea92"
6473+
integrity sha512-xizrhlE4vDS0Z2qzSv0NUFOwUo/YmdDJX8iiRzLyatxFowmX2NCBan64Nsa1eR2QoZU0xnuL57paO0p4SlE6Zg==
64746474
dependencies:
6475-
"@tryghost/content-api" "1.11.4"
6476-
cheerio "1.0.0-rc.11"
6475+
"@tryghost/content-api" "1.11.5"
6476+
cheerio "1.0.0-rc.12"
64776477
gatsby-node-helpers "0.3.0"
64786478
qs "6.11.0"
64796479

0 commit comments

Comments
 (0)