Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency gatsby-remark-images to ^7.13.2 for gatsby-theme-minimal-blog-core #1356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/gatsby-theme-minimal-blog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"reading-time": "^1.5.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2990,7 +2990,7 @@ __metadata:
"@mdx-js/react": "npm:^2.3.0"
gatsby-plugin-mdx: "npm:^5.13.1"
gatsby-plugin-sharp: "npm:^5.13.1"
gatsby-remark-images: "npm:^7.13.1"
gatsby-remark-images: "npm:^7.13.2"
gatsby-source-filesystem: "npm:^5.13.1"
gatsby-transformer-sharp: "npm:^5.13.1"
reading-time: "npm:^1.5.0"
Expand Down Expand Up @@ -7755,7 +7755,7 @@ __metadata:
languageName: node
linkType: hard

"cheerio@npm:^1.0.0-rc.10":
"cheerio@npm:1.0.0-rc.12":
version: 1.0.0-rc.12
resolution: "cheerio@npm:1.0.0-rc.12"
dependencies:
Expand Down Expand Up @@ -11872,13 +11872,13 @@ __metadata:
languageName: node
linkType: hard

"gatsby-remark-images@npm:^7.13.1":
version: 7.13.1
resolution: "gatsby-remark-images@npm:7.13.1"
"gatsby-remark-images@npm:^7.13.1, gatsby-remark-images@npm:^7.13.2":
version: 7.13.2
resolution: "gatsby-remark-images@npm:7.13.2"
dependencies:
"@babel/runtime": "npm:^7.20.13"
chalk: "npm:^4.1.2"
cheerio: "npm:^1.0.0-rc.10"
cheerio: "npm:1.0.0-rc.12"
gatsby-core-utils: "npm:^4.13.1"
is-relative-url: "npm:^3.0.0"
lodash: "npm:^4.17.21"
Expand All @@ -11889,7 +11889,7 @@ __metadata:
peerDependencies:
gatsby: ^5.0.0-next
gatsby-plugin-sharp: ^5.0.0-next
checksum: 10c0/48f0b581c5f4459058ab6ee2bdf2787179e7332996dba3f8c3319483a2078076b0480b95f5418ea49ad43dc2fd57fa697c47763b6d087e466b4f19a916b8c3ab
checksum: 10c0/79476e78c3f93b266b165b692039e3a7eb5e4ce0c6d24f7dc4111697516854cc94f32278c8a8d55c6ae30d7afd1234668d276a90eddc3e11121e95ed19f8ee35
languageName: node
linkType: hard

Expand Down
Loading