From 91629c04d81d6add7ba2a505bac6b24fe8acb5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:23:15 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files in /packages/website Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 4.8.0 to 4.9.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@4.9.0/packages/gatsby-remark-copy-linked-files) --- updated-dependencies: - dependency-name: gatsby-remark-copy-linked-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 23539e52..c392ea79 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^3.11.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.8.0", + "gatsby-remark-copy-linked-files": "^4.9.0", "gatsby-remark-images": "^5.9.0", "gatsby-remark-prismjs": "^5.9.0", "gatsby-remark-responsive-iframe": "^4.9.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index a9c80898..5c7071ba 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6820,13 +6820,13 @@ gatsby-remark-classes@^1.0.0: dependencies: unist-util-select "^2.0.2" -gatsby-remark-copy-linked-files@^4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.8.0.tgz#0b9cc82e753ba12dac2eb1620b7d20ca7c108890" - integrity sha512-l+CzW8OA2eOABANH9/ErSzw48XOuGA4DyVxQDCR3XBiqZFKSr2gHOA/jBLUaM9CYrVUlXrZcw2e28N+3jFNdiQ== +gatsby-remark-copy-linked-files@^4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.9.0.tgz#7e1d7a9262a34267a250eeffa40f5b3c712099a7" + integrity sha512-NLCHtll0aFg6IViZ3V9WQm+C077R0a1SFvdn7NAe+jbRZBVlvfrVLxzT8UI3toFMj2q3NwK2Rpca+iTP172ifw== dependencies: - "@babel/runtime" "^7.14.6" - cheerio "^1.0.0-rc.9" + "@babel/runtime" "^7.14.8" + cheerio "^1.0.0-rc.10" fs-extra "^8.1.0" is-relative-url "^3.0.0" lodash "^4.17.21"