From 5a5ebb48c6602c947c6f66292bcd937f50d9942a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 11:14:40 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 2.9.0 to 2.10.0 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 2.9.0 to 2.10.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@2.10.0/packages/gatsby-remark-copy-linked-files) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b22954..13fac64 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "gatsby-plugin-sharp": "^2.14.1", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-remark-autolink-headers": "^2.10.0", - "gatsby-remark-copy-linked-files": "^2.9.0", + "gatsby-remark-copy-linked-files": "^2.10.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^3.10.0", "gatsby-remark-katex": "^3.9.0", diff --git a/yarn.lock b/yarn.lock index 405460a..2989d88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8345,10 +8345,10 @@ gatsby-remark-autolink-headers@^2.10.0: mdast-util-to-string "^1.1.0" unist-util-visit "^1.4.1" -gatsby-remark-copy-linked-files@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.9.0.tgz#8615869d47fef4333898beff465f6dc736457c02" - integrity sha512-9DMq2YBvS4G9AChcrt2+Xsfdnxv4bG4g1XRDCmRFafrOc9D7qmdJMIt4BjrEyD85CPMuoaI6IwlhMjHwBLL3XA== +gatsby-remark-copy-linked-files@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.10.0.tgz#4e2d4df10df5930c3980bc90609d6305bfbabaf3" + integrity sha512-46YyGH1LyTYYrTxJRfqbP3BgLRQM8b3GdoBVL4gvC5UNPjOfbAiRUyp7qZSP7Ocnb05Y36cbuQ8KpMl8vdopVw== dependencies: "@babel/runtime" "^7.12.5" cheerio "^1.0.0-rc.3"