From ec960c604518cf5e31cb1451db15d48648ee93ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:12:27 +0000 Subject: [PATCH] Bump gatsby-remark-images from 7.13.1 to 7.13.2 (#1083) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ab6b01c1..1b8195b22 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.2", - "gatsby-remark-images": "7.13.1", + "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2", "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 f17a80fb0..5a4bc34a4 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.2", - "gatsby-remark-images": "7.13.1", + "gatsby-remark-images": "7.13.2", "gatsby-remark-prismjs": "7.13.2", "gatsby-remark-responsive-iframe": "6.13.2", "gatsby-remark-smartypants": "6.13.1",