From c0e68899a962450d2bf29b7172c0ac4a0a5aea16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:08:09 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 5.3.0 to 5.4.0 (#612) Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 5.3.0 to 5.4.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@5.4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bff6cd44..7c5c2191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.4.0", - "gatsby-remark-copy-linked-files": "^5.3.0", + "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-images": "^6.3.0", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0", @@ -13104,9 +13104,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.3.0.tgz", - "integrity": "sha512-J55A5doEnGqeCI/ls6LQtvf6pc1BzoTfycMTpT2HQDu+biDw4Y61ElugGgMxB8nstSLS6L+nYPJL/rEIa7O1Ug==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.4.0.tgz", + "integrity": "sha512-bU0jcNS5yv+WHziyxl/K3fceLyf96MQlwZzQQkGwAkfuWxEsDh15EaaT/atJbj9T0ZlccuGzXSRj7kxFlhEmPw==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -39584,9 +39584,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.3.0.tgz", - "integrity": "sha512-J55A5doEnGqeCI/ls6LQtvf6pc1BzoTfycMTpT2HQDu+biDw4Y61ElugGgMxB8nstSLS6L+nYPJL/rEIa7O1Ug==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.4.0.tgz", + "integrity": "sha512-bU0jcNS5yv+WHziyxl/K3fceLyf96MQlwZzQQkGwAkfuWxEsDh15EaaT/atJbj9T0ZlccuGzXSRj7kxFlhEmPw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index bd2eb994..5a8e1d42 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.4.0", - "gatsby-remark-copy-linked-files": "^5.3.0", + "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-images": "^6.3.0", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0",