Skip to content

Commit

Permalink
Bump gatsby-remark-images from 5.12.0 to 7.12.0
Browse files Browse the repository at this point in the history
Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 5.12.0 to 7.12.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-images)

---
updated-dependencies:
- dependency-name: gatsby-remark-images
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent b96f7b3 commit 607824f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gatsby-plugin-typography": "^3.1.0",
"gatsby-remark-autolink-headers": "^4.3.0",
"gatsby-remark-copy-linked-files": "^4.2.1",
"gatsby-remark-images": "^5.2.1",
"gatsby-remark-images": "^7.12.0",
"gatsby-remark-responsive-iframe": "^4.3.0",
"gatsby-remark-shiki-twoslash": "^3.0.0",
"gatsby-remark-smartypants": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8161,19 +8161,19 @@ gatsby-remark-emojis@^0.4.3:
resolved "https://registry.yarnpkg.com/gatsby-remark-emojis/-/gatsby-remark-emojis-0.4.3.tgz#44552fa6782442f23b3ee310d55612e77126f01b"
integrity sha512-bOeh3Bu8Oo4Lf8QhERAcVIunD+UBroXPfTkxNEL0yBySo5KZYwib3/gbUHeOUw3VYWGv79BFrVNLL7xuFoWFhw==

gatsby-remark-images@^5.2.1:
version "5.12.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.12.0.tgz#c6357c39b69c481ce30e9cc078575cf1b83a2860"
integrity sha512-T477eSu4Y83ihoAbz+WM5kBLYVbjKbD4eQmkHUgzt+4t90Y42M3spijms6nb6KyJ0UopFlRRwd/mr+Tmglz0NA==
gatsby-remark-images@^7.12.0:
version "7.12.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-7.12.0.tgz#a7856278b9bc311bb8eef33ff31e86ea445905ea"
integrity sha512-+jTbqcAcR2dj676w9W38oQKeTZDFy0kYT/gJncbS0fEdlk9MlZFErpoXZ4gmqOxxbTxRDbrSCaNBMF/k89F0fg==
dependencies:
"@babel/runtime" "^7.15.4"
"@babel/runtime" "^7.20.13"
chalk "^4.1.2"
cheerio "^1.0.0-rc.10"
gatsby-core-utils "^2.15.0"
gatsby-core-utils "^4.12.0"
is-relative-url "^3.0.0"
lodash "^4.17.21"
mdast-util-definitions "^4.0.0"
query-string "^6.13.3"
query-string "^6.14.1"
unist-util-select "^3.0.4"
unist-util-visit-parents "^3.1.1"

Expand Down Expand Up @@ -14023,7 +14023,7 @@ qs@~6.5.2:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==

query-string@^6.13.1, query-string@^6.13.3, query-string@^6.13.8:
query-string@^6.13.1, query-string@^6.13.8, query-string@^6.14.1:
version "6.14.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a"
integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==
Expand Down

0 comments on commit 607824f

Please sign in to comment.