From 1fed74ca6586462f88549b06404906fe9c54ebf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:24:50 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-copy-linked-files from 6.10.0 to 6.11.0 (#1898) 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.11.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.11.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 97422123f..0291ee93c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "gatsby-plugin-sitemap": "^6.11.0", "gatsby-remark-autolink-headers": "^6.10.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.10.0", + "gatsby-remark-copy-linked-files": "^6.11.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.11.0", "gatsby-remark-smartypants": "^6.11.0", @@ -12971,9 +12971,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.11.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.11.0.tgz", + "integrity": "sha512-nuphHkHtimnBmMmFakXOHPGo91IdnFuqnbG2IplXzYqmUE4QDvO+SuByxGcxTk842I1WMMv3asvA1OSLNcovIg==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -36757,9 +36757,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.11.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.11.0.tgz", + "integrity": "sha512-nuphHkHtimnBmMmFakXOHPGo91IdnFuqnbG2IplXzYqmUE4QDvO+SuByxGcxTk842I1WMMv3asvA1OSLNcovIg==", "requires": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 1a7501cbb..8a7303e9f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-sitemap": "^6.11.0", "gatsby-remark-autolink-headers": "^6.10.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.10.0", + "gatsby-remark-copy-linked-files": "^6.11.0", "gatsby-remark-images": "^7.11.0", "gatsby-remark-prismjs": "^7.11.0", "gatsby-remark-smartypants": "^6.11.0",