diff --git a/package-lock.json b/package-lock.json index 2d98f755a..d71aeee65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-sharp": "5.13.1", "gatsby-plugin-typography": "5.13.1", "gatsby-remark-copy-linked-files": "6.13.1", - "gatsby-remark-images": "7.13.1", + "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.1", "gatsby-remark-responsive-iframe": "6.13.1", "gatsby-remark-smartypants": "6.13.1", @@ -11715,13 +11715,13 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.13.1.tgz", - "integrity": "sha512-Fv+k0rGNsP6rDeoCuxjwKP4zsHVqsARVyCso8YrDIAzdv1pZ91THuZcA3phorpkr8wtmija17kLLKDjT8/RZtQ==", + "version": "7.13.2", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.13.2.tgz", + "integrity": "sha512-a2oke2akTElGqTKzsJjU1NK9itgBPrYAIOOQW2ZuLTtb5fulsZNTJa2Q3vhRHiKLodvXrte+Gxv7znjY21/dTA==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.10", + "cheerio": "1.0.0-rc.12", "gatsby-core-utils": "^4.13.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 3f0ba39c3..91950203e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-sharp": "5.13.1", "gatsby-plugin-typography": "5.13.1", "gatsby-remark-copy-linked-files": "6.13.1", - "gatsby-remark-images": "7.13.1", + "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.1", "gatsby-remark-responsive-iframe": "6.13.1", "gatsby-remark-smartypants": "6.13.1",