diff --git a/package-lock.json b/package-lock.json index f509e6ff5..4ab6b01c1 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.1", + "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.1", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2", @@ -11666,12 +11666,12 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.1.tgz", - "integrity": "sha512-KBf+1NDdsKxD2144pgurTdWaQVLET19h1Wru4kWcq3oL1aahpWOMTw1+Zam+p3BMANu4joGgHY9yoYcdef1DSw==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", - "cheerio": "^1.0.0-rc.10", + "cheerio": "1.0.0-rc.12", "fs-extra": "^11.1.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 614d82d35..f17a80fb0 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.1", + "gatsby-remark-copy-linked-files": "6.13.2", "gatsby-remark-images": "7.13.1", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2",