From 9740d47e4acba42b55cb6fcb1281bdb1187b7f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:23:40 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-copy-linked-files from 6.13.2 to 6.14.0 (#3210) Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 6.13.2 to 6.14.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.14.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index df7000af3..988c48010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.13.2", + "gatsby-remark-copy-linked-files": "^6.14.0", "gatsby-remark-images": "^7.14.0", "gatsby-remark-prismjs": "^7.14.0", "gatsby-remark-smartypants": "^6.14.0", @@ -15254,13 +15254,13 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.2.tgz", - "integrity": "sha512-S2bpRK7wwYj+cWXUXXLSsKU38Uao4iAuk6zVHxT1riO4gOEyAHjVE/6qwJZr8oTBuO6oa+7G3blV88NvPmsJgw==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.14.0.tgz", + "integrity": "sha512-75s/NvjtgYNiFfThZ8cC6Awy0nP2Nyn5/zLISahIAbRaDfnJm3cTd2R9s+/n+t3y3HXXPwMHskCCLdOJAlGviQ==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "1.0.0-rc.12", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", diff --git a/package.json b/package.json index 36474d6af..7de498e0f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.14.0", "gatsby-remark-code-titles": "^1.1.0", - "gatsby-remark-copy-linked-files": "^6.13.2", + "gatsby-remark-copy-linked-files": "^6.14.0", "gatsby-remark-images": "^7.14.0", "gatsby-remark-prismjs": "^7.14.0", "gatsby-remark-smartypants": "^6.14.0",