From 777e1cb2d41e25c6d14e8def685385e7374e258f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 05:14:11 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-copy-linked-files from 6.10.0 to 6.12.0 (#747) Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 6.10.0 to 6.12.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@6.12.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 a5ce2b3c2..f1d32bb40 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.10.0", + "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.10.0", "gatsby-remark-smartypants": "^6.11.0", @@ -12926,9 +12926,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.10.0.tgz", - "integrity": "sha512-6t2paFX4l3MjrUHT5c0TNa7pJw+RFmI1LmfZgsK6Zpqr/lrdav5ancPq4mMk73E+JNtWAGWanGAEatZN33Cwbw==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -36641,9 +36641,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.10.0.tgz", - "integrity": "sha512-6t2paFX4l3MjrUHT5c0TNa7pJw+RFmI1LmfZgsK6Zpqr/lrdav5ancPq4mMk73E+JNtWAGWanGAEatZN33Cwbw==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 70547f792..c7f8f01ba 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.10.0", + "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.10.0", "gatsby-remark-smartypants": "^6.11.0",