Skip to content

Commit

Permalink
build(deps): bump gatsby-remark-images from 4.0.0 to 4.1.0 (#1816)
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 4.0.0 to 4.1.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/gatsby-remark-images@4.1.0/packages/gatsby-remark-images)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent 1af6876 commit 1dfbbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gatsby-remark-autolink-headers": "3.0.0",
"gatsby-remark-copy-linked-files": "3.1.0",
"gatsby-remark-embed-video": "3.1.1",
"gatsby-remark-images": "4.0.0",
"gatsby-remark-images": "4.1.0",
"gatsby-remark-responsive-iframe": "3.0.0",
"gatsby-remark-smartypants": "3.0.0",
"gatsby-source-filesystem": "3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7938,17 +7938,17 @@ gatsby-remark-embed-video@3.1.1:
remark-burger "^1.0.1"
unist-util-visit "^2.0.3"

gatsby-remark-images@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-4.0.0.tgz#1a6f2421495e41cf34358a4ae4883a9f51225cb5"
integrity sha512-N6SZdZBbNoXpJO1dFceh1fSr0ac/ApslvEognsU6qpr2Rb9kocrF1qC9A+zh/nk82DQ8gVeL8COLfGtPb8T7mw==
gatsby-remark-images@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-4.1.0.tgz#8f8114901babaaf063969b205479fc72c9a91c99"
integrity sha512-+QV71bdBllYXyEFI6h4bYBrXoGFPBd+Ljr4RMJ6EYD5U1LAUZZghPfgfUVshy87o2rD/mY8Vi9DN3jc909BNBQ==
dependencies:
"@babel/runtime" "^7.12.5"
chalk "^4.1.0"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^2.1.0"
is-relative-url "^3.0.0"
lodash "^4.17.20"
lodash "^4.17.21"
mdast-util-definitions "^1.2.5"
potrace "^2.1.8"
query-string "^6.13.3"
Expand Down

0 comments on commit 1dfbbaa

Please sign in to comment.