diff --git a/package-lock.json b/package-lock.json index bff6cd44..7c5c2191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.4.0", - "gatsby-remark-copy-linked-files": "^5.3.0", + "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-images": "^6.3.0", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0", @@ -13104,9 +13104,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.3.0.tgz", - "integrity": "sha512-J55A5doEnGqeCI/ls6LQtvf6pc1BzoTfycMTpT2HQDu+biDw4Y61ElugGgMxB8nstSLS6L+nYPJL/rEIa7O1Ug==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.4.0.tgz", + "integrity": "sha512-bU0jcNS5yv+WHziyxl/K3fceLyf96MQlwZzQQkGwAkfuWxEsDh15EaaT/atJbj9T0ZlccuGzXSRj7kxFlhEmPw==", "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -39584,9 +39584,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.3.0.tgz", - "integrity": "sha512-J55A5doEnGqeCI/ls6LQtvf6pc1BzoTfycMTpT2HQDu+biDw4Y61ElugGgMxB8nstSLS6L+nYPJL/rEIa7O1Ug==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.4.0.tgz", + "integrity": "sha512-bU0jcNS5yv+WHziyxl/K3fceLyf96MQlwZzQQkGwAkfuWxEsDh15EaaT/atJbj9T0ZlccuGzXSRj7kxFlhEmPw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index bd2eb994..5a8e1d42 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-redirect-from": "^0.4.3", "gatsby-remark-autolink-headers": "^5.4.0", - "gatsby-remark-copy-linked-files": "^5.3.0", + "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-images": "^6.3.0", "gatsby-remark-images-medium-zoom": "^1.7.0", "gatsby-remark-smartypants": "^5.3.0",