From 5d2f44cd458e0c78f32a76503c93db59f27beee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 09:17:59 +0000 Subject: [PATCH] Bump gatsby-remark-copy-linked-files in /packages/website Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 4.1.0 to 4.3.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@4.3.0/packages/gatsby-remark-copy-linked-files) Signed-off-by: dependabot[bot] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index d5a01fd6..47a2d71b 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -32,7 +32,7 @@ "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.4.2", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.1.0", + "gatsby-remark-copy-linked-files": "^4.3.0", "gatsby-remark-images": "^5.2.1", "gatsby-remark-prismjs": "^5.3.0", "gatsby-remark-responsive-iframe": "^4.1.0", @@ -12394,12 +12394,12 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.1.0.tgz", - "integrity": "sha512-Ayr2UQ58A3DwmsMaMJsKCHCkvQs2UYahR4aRoU5onN2x4l0ve63B0SFjVKOSezRuxEfEkgZor4Ul2HqCWF85nA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.3.0.tgz", + "integrity": "sha512-51dTUrEyLreeIHDra0kNJy33otbCSmjJoXDSi+uXP7pLmF+7NSK9ZUY0PY0wM/qzssiEIr3BmGZK+aoNMLnz8w==", "dependencies": { "@babel/runtime": "^7.12.5", - "cheerio": "^1.0.0-rc.3", + "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", @@ -38283,12 +38283,12 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.1.0.tgz", - "integrity": "sha512-Ayr2UQ58A3DwmsMaMJsKCHCkvQs2UYahR4aRoU5onN2x4l0ve63B0SFjVKOSezRuxEfEkgZor4Ul2HqCWF85nA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.3.0.tgz", + "integrity": "sha512-51dTUrEyLreeIHDra0kNJy33otbCSmjJoXDSi+uXP7pLmF+7NSK9ZUY0PY0wM/qzssiEIr3BmGZK+aoNMLnz8w==", "requires": { "@babel/runtime": "^7.12.5", - "cheerio": "^1.0.0-rc.3", + "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", diff --git a/packages/website/package.json b/packages/website/package.json index 740bacb9..81651904 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^3.4.2", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.1.0", + "gatsby-remark-copy-linked-files": "^4.3.0", "gatsby-remark-images": "^5.2.1", "gatsby-remark-prismjs": "^5.3.0", "gatsby-remark-responsive-iframe": "^4.1.0",