diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 82002e64..cb96c6da 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.1.2", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.0.0", + "gatsby-remark-copy-linked-files": "^4.1.0", "gatsby-remark-images": "^5.0.0", "gatsby-remark-prismjs": "^5.0.0", "gatsby-remark-responsive-iframe": "^4.0.0", @@ -12685,9 +12685,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.0.0.tgz", - "integrity": "sha512-HRTizO9vrdHCMd/Pep9Dr4dJ07WrBULvg5P2mpEzctLFhkpgKxUKqy/fPTrIh9ZjcPcxaBsry4xIS+JxKsHgCA==", + "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==", "dependencies": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", @@ -39838,9 +39838,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.0.0.tgz", - "integrity": "sha512-HRTizO9vrdHCMd/Pep9Dr4dJ07WrBULvg5P2mpEzctLFhkpgKxUKqy/fPTrIh9ZjcPcxaBsry4xIS+JxKsHgCA==", + "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==", "requires": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", diff --git a/packages/website/package.json b/packages/website/package.json index 1ee678a5..fb5388fc 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.1.2", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.0.0", + "gatsby-remark-copy-linked-files": "^4.1.0", "gatsby-remark-images": "^5.0.0", "gatsby-remark-prismjs": "^5.0.0", "gatsby-remark-responsive-iframe": "^4.0.0",