From 6596ff36fe6f1ed93b366c5ec4aac35d0e54cbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:38:27 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files from 6.13.2 to 6.14.0 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] --- 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 6573270f3..2003e7e03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.14.0", "gatsby-plugin-typography": "5.14.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-responsive-iframe": "6.14.0", @@ -11706,13 +11706,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 fcf573c9f..a7bd7df49 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.14.0", "gatsby-plugin-typography": "5.14.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-responsive-iframe": "6.14.0",