From 9edaa4d52d66b6c120b7ba9efcbd5ff62927eceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:51:47 +0000 Subject: [PATCH] Bump gatsby-remark-images from 7.13.1 to 7.13.2 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.13.1 to 7.13.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.13.2/packages/gatsby-remark-images) --- updated-dependencies: - dependency-name: gatsby-remark-images dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 49 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 44 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45083f983..a69e5d295 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-code-titles": "^1.1.0", "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.2", "gatsby-remark-smartypants": "^6.13.1", "gatsby-source-filesystem": "^5.13.1", @@ -15346,14 +15346,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==", - "license": "MIT", + "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", @@ -15401,6 +15400,26 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/gatsby-remark-images/node_modules/cheerio": { + "version": "1.0.0-rc.12", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", + "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", + "dependencies": { + "cheerio-select": "^2.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "htmlparser2": "^8.0.1", + "parse5": "^7.0.0", + "parse5-htmlparser2-tree-adapter": "^7.0.0" + }, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/cheeriojs/cheerio?sponsor=1" + } + }, "node_modules/gatsby-remark-images/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -15446,6 +15465,24 @@ "node": ">=8" } }, + "node_modules/gatsby-remark-images/node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, "node_modules/gatsby-remark-images/node_modules/query-string": { "version": "6.14.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", diff --git a/package.json b/package.json index 1d1c29119..942ee5424 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-remark-code-titles": "^1.1.0", "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.2", "gatsby-remark-smartypants": "^6.13.1", "gatsby-source-filesystem": "^5.13.1",