From 9f4820f0288b2bfb5d4f0dfddcf5ca9f4c6c3e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:58:45 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 6.12.0 to 6.13.1 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 6.12.0 to 6.13.1. - [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@6.13.1/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] --- 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 b89b69285..5b9048300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "gatsby-plugin-sitemap": "^6.11.0", "gatsby-remark-autolink-headers": "^6.11.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-remark-copy-linked-files": "^6.13.1", "gatsby-remark-images": "^7.12.0", "gatsby-remark-prismjs": "^7.13.1", "gatsby-remark-smartypants": "^6.12.0", @@ -13004,9 +13004,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", - "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.1.tgz", + "integrity": "sha512-KBf+1NDdsKxD2144pgurTdWaQVLET19h1Wru4kWcq3oL1aahpWOMTw1+Zam+p3BMANu4joGgHY9yoYcdef1DSw==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -36925,9 +36925,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", - "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.1.tgz", + "integrity": "sha512-KBf+1NDdsKxD2144pgurTdWaQVLET19h1Wru4kWcq3oL1aahpWOMTw1+Zam+p3BMANu4joGgHY9yoYcdef1DSw==", "requires": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 04a2ebf01..04d601895 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-sitemap": "^6.11.0", "gatsby-remark-autolink-headers": "^6.11.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-remark-copy-linked-files": "^6.13.1", "gatsby-remark-images": "^7.12.0", "gatsby-remark-prismjs": "^7.13.1", "gatsby-remark-smartypants": "^6.12.0",