From 4191e5f3bd9b0cd82ce26155299edcbbbd29f99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 12:49:51 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 2.6.0 to 2.8.0 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 2.6.0 to 2.8.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.8.0/packages/gatsby-remark-copy-linked-files) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53cd0224..984a5d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13094,9 +13094,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.6.0.tgz", - "integrity": "sha512-MDTrATgfhycpZ6tMfxCPF7Tiypg+skXQrWAehHQdK89sIveUNPCQ+ttihYOwxvg0JZXyQ6QvaPifPqZ1qljvEw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.8.0.tgz", + "integrity": "sha512-6rtuTw3v8Fv0K+h+xufgady+hIJOBjWbjn4jPu3EXe2vVU2ld6j5nEsmVqvyfn4sXO/ZAN9z1jZJeo1A53VLmA==", "requires": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", diff --git a/package.json b/package.json index fb38a22f..a47d2719 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby-remark-autolink-headers": "^2.7.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-component": "^1.1.3", - "gatsby-remark-copy-linked-files": "^2.6.0", + "gatsby-remark-copy-linked-files": "^2.8.0", "gatsby-remark-embed-video": "^3.0.10", "gatsby-remark-github": "^2.0.0", "gatsby-remark-images": "^3.9.0",