diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index cad93d83..526e0b6f 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -32,7 +32,7 @@ "gatsby-plugin-sharp": "^3.7.1", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.3.0", + "gatsby-remark-copy-linked-files": "^4.4.1", "gatsby-remark-images": "^5.3.0", "gatsby-remark-prismjs": "^5.3.0", "gatsby-remark-responsive-iframe": "^4.3.0", @@ -12580,11 +12580,11 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "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==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.4.1.tgz", + "integrity": "sha512-w8jUHvKmz0g6EPtMpy5jha2SyKKPzUb7PWm+PEr4K1uEpuSI2T/JRMdwP4W+DmIM7AuRjZRLPT/wqQVxKWYlvw==", "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -38104,11 +38104,11 @@ } }, "gatsby-remark-copy-linked-files": { - "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==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.4.1.tgz", + "integrity": "sha512-w8jUHvKmz0g6EPtMpy5jha2SyKKPzUb7PWm+PEr4K1uEpuSI2T/JRMdwP4W+DmIM7AuRjZRLPT/wqQVxKWYlvw==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", diff --git a/packages/website/package.json b/packages/website/package.json index add9bb46..610749c4 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-sharp": "^3.7.1", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-remark-classes": "^1.0.0", - "gatsby-remark-copy-linked-files": "^4.3.0", + "gatsby-remark-copy-linked-files": "^4.4.1", "gatsby-remark-images": "^5.3.0", "gatsby-remark-prismjs": "^5.3.0", "gatsby-remark-responsive-iframe": "^4.3.0",