From 75ad876d67e28b188ee580e3de03209f3c1f2793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:46:26 +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.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7e69c53b..aa187bed 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-sharp": "5.14.0", "gatsby-plugin-sitemap": "6.14.0", "gatsby-plugin-twitter": "5.13.1", - "gatsby-remark-copy-linked-files": "6.13.2", + "gatsby-remark-copy-linked-files": "6.14.0", "gatsby-remark-external-links": "^0.0.4", "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.14.0", diff --git a/yarn.lock b/yarn.lock index aa7e40b6..98ec8d39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6958,14 +6958,14 @@ gatsby-react-router-scroll@^6.14.0: "@babel/runtime" "^7.20.13" prop-types "^15.8.1" -gatsby-remark-copy-linked-files@6.13.2: - version "6.13.2" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.2.tgz#33bf677f918d4d1e5d473f410e93a5fd3a7455b3" - integrity sha512-S2bpRK7wwYj+cWXUXXLSsKU38Uao4iAuk6zVHxT1riO4gOEyAHjVE/6qwJZr8oTBuO6oa+7G3blV88NvPmsJgw== +gatsby-remark-copy-linked-files@6.14.0: + version "6.14.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.14.0.tgz#3c97d5312be7cfcdea2b1366ed699bb63e318a02" + 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"