Skip to content

Commit

Permalink
build(deps): bump gatsby-remark-copy-linked-files from 3.0.0 to 3.1.0 (
Browse files Browse the repository at this point in the history
…#1813)

Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@3.1.0/packages/gatsby-remark-copy-linked-files)

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] committed Mar 16, 2021
1 parent 5e10924 commit af5eb55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"gatsby-plugin-typography": "3.1.0",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-remark-autolink-headers": "3.0.0",
"gatsby-remark-copy-linked-files": "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-responsive-iframe": "3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -7915,16 +7915,16 @@ gatsby-remark-autolink-headers@3.0.0:
mdast-util-to-string "^1.1.0"
unist-util-visit "^1.4.1"

gatsby-remark-copy-linked-files@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-3.0.0.tgz#020fb4217a658821350434debd981f7aabaac784"
integrity sha512-M+zuN3WGM+Y1dOJWmHDj4xQSGhjIpjie2aIceRgCMRKWvMfiOu7IkrQs1e84+avfPAdX9LCbS463k86CCrBRqw==
gatsby-remark-copy-linked-files@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-3.1.0.tgz#64c116c4be8e379e767168ce6b40c825a385db6f"
integrity sha512-VFpORuDUYEB/Q24NPpt1NDCTLzpGaFHb0sUj0lKAOqfdM8WJKiZhoGVfgnKZP5yAeaf70KeawUXJipj75ucmmA==
dependencies:
"@babel/runtime" "^7.12.5"
cheerio "^1.0.0-rc.3"
fs-extra "^8.1.0"
is-relative-url "^3.0.0"
lodash "^4.17.20"
lodash "^4.17.21"
path-is-inside "^1.0.2"
probe-image-size "^6.0.0"
unist-util-visit "^1.4.1"
Expand Down Expand Up @@ -11016,7 +11016,7 @@ lodash@4.17.15:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@~4.17.20:
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@~4.17.20:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down

0 comments on commit af5eb55

Please sign in to comment.