From 54c7db5cb3ee7d528df426cf5c1900b59247bd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:42:23 +0000 Subject: [PATCH] chore: bump gatsby-remark-copy-linked-files from 5.25.0 to 6.13.2 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.2. - [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.2/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 | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/package.json b/docs/package.json index dbaa3fbbdf..0d460ae011 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.2", "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 ff9643a7c0..fd27aaabfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8802,6 +8802,19 @@ cheerio-select@^2.1.0: domhandler "^5.0.3" domutils "^3.0.1" +cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.10: + version "1.0.0-rc.12" + resolved "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz" + integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q== + dependencies: + cheerio-select "^2.1.0" + dom-serializer "^2.0.0" + domhandler "^5.0.3" + domutils "^3.0.1" + htmlparser2 "^8.0.1" + parse5 "^7.0.0" + parse5-htmlparser2-tree-adapter "^7.0.0" + cheerio@^0.22.0: version "0.22.0" resolved "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz" @@ -8824,19 +8837,6 @@ cheerio@^0.22.0: lodash.reject "^4.4.0" lodash.some "^4.4.0" -cheerio@^1.0.0-rc.10: - version "1.0.0-rc.12" - resolved "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz" - integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q== - dependencies: - cheerio-select "^2.1.0" - dom-serializer "^2.0.0" - domhandler "^5.0.3" - domutils "^3.0.1" - htmlparser2 "^8.0.1" - parse5 "^7.0.0" - parse5-htmlparser2-tree-adapter "^7.0.0" - chokidar@^3.0.0, chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.4.2, chokidar@^3.5.1: version "3.5.3" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" @@ -13500,14 +13500,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.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== dependencies: - "@babel/runtime" "^7.15.4" - cheerio "^1.0.0-rc.10" - fs-extra "^10.1.0" + "@babel/runtime" "^7.20.13" + cheerio "1.0.0-rc.12" + fs-extra "^11.1.1" is-relative-url "^3.0.0" lodash "^4.17.21" path-is-inside "^1.0.2"