From 605ba403865a97d61d6d3e2acca5f983607440e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:12:13 +0000 Subject: [PATCH] chore: bump gatsby-remark-copy-linked-files from 5.25.0 to 6.13.1 Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 5.25.0 to 6.13.1. - [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.13.1/packages/gatsby-remark-copy-linked-files) --- updated-dependencies: - dependency-name: gatsby-remark-copy-linked-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index 93b8bad9e8..f833488f5b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -82,7 +82,7 @@ "gatsby-plugin-styled-components": "^6.13.1", "gatsby-plugin-ts-config": "^2.1.3", "gatsby-redirect-from": "^0.5.0", - "gatsby-remark-copy-linked-files": "^5.11.0", + "gatsby-remark-copy-linked-files": "^6.13.1", "gatsby-remark-images": "^7.13.1", "gatsby-remark-smartypants": "^5.9.0", "gatsby-source-filesystem": "^4.11.1", diff --git a/yarn.lock b/yarn.lock index 1b75ef28be..cfaca5a190 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13348,14 +13348,14 @@ gatsby-redirect-from@^0.5.0: resolved "https://registry.npmjs.org/gatsby-redirect-from/-/gatsby-redirect-from-0.5.0.tgz" integrity sha512-OOGFdfDJPPdaWHgD5OA6JGanaAfCzij0wJ4XffxnemcFJsVZoOfKhLXxwFSXQ/+YW9S0NchGfpM4ycZ4Z517pw== -gatsby-remark-copy-linked-files@^5.11.0: - version "5.25.0" - resolved "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.25.0.tgz" - integrity sha512-kF068dZ0U920xNrlKM5BIR1MvgFdVvgR281AJfvn1xOvv/ES3elPj2bqlokbcs1f72dYcNnaJhv3UhYoIdV6Fg== +gatsby-remark-copy-linked-files@^6.13.1: + version "6.13.1" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.1.tgz#b623eba410fdbe4ee2059cf10d4f8cef655684e2" + integrity sha512-KBf+1NDdsKxD2144pgurTdWaQVLET19h1Wru4kWcq3oL1aahpWOMTw1+Zam+p3BMANu4joGgHY9yoYcdef1DSw== dependencies: - "@babel/runtime" "^7.15.4" + "@babel/runtime" "^7.20.13" cheerio "^1.0.0-rc.10" - fs-extra "^10.1.0" + fs-extra "^11.1.1" is-relative-url "^3.0.0" lodash "^4.17.21" path-is-inside "^1.0.2"