diff --git a/package-lock.json b/package-lock.json index 51e9d3b4..030e2a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3", "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-remark-copy-linked-files": "^6.13.0", "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5", "gatsby-source-filesystem": "^5.12.1", @@ -10151,9 +10151,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", - "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.0.tgz", + "integrity": "sha512-hdWgIjCnvfixKIGRpWQwW8kxkMJg/7zD5bRjZH7Dsm2vHn/mv+g58pV3xGCA4CQGF4e+ZgSJk5mYkXciOFaxkA==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 1a594883..e4b7e24d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3", "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-remark-copy-linked-files": "^6.13.0", "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5", "gatsby-source-filesystem": "^5.12.1",