diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index d131c87d..913170cc 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", @@ -12395,12 +12395,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", @@ -38277,12 +38277,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 c2ba41b7..40f2f04d 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",