diff --git a/package-lock.json b/package-lock.json index 3313a38fa..1ae693ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.13.1", "gatsby-plugin-typography": "5.13.1", - "gatsby-remark-copy-linked-files": "6.13.2", + "gatsby-remark-copy-linked-files": "6.14.0", "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2", @@ -11706,13 +11706,13 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.2.tgz", - "integrity": "sha512-S2bpRK7wwYj+cWXUXXLSsKU38Uao4iAuk6zVHxT1riO4gOEyAHjVE/6qwJZr8oTBuO6oa+7G3blV88NvPmsJgw==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.14.0.tgz", + "integrity": "sha512-75s/NvjtgYNiFfThZ8cC6Awy0nP2Nyn5/zLISahIAbRaDfnJm3cTd2R9s+/n+t3y3HXXPwMHskCCLdOJAlGviQ==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "1.0.0-rc.12", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", diff --git a/package.json b/package.json index c4e0d085c..84de1409e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-offline": "6.13.3", "gatsby-plugin-sharp": "5.13.1", "gatsby-plugin-typography": "5.13.1", - "gatsby-remark-copy-linked-files": "6.13.2", + "gatsby-remark-copy-linked-files": "6.14.0", "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2",