From 4d6c8d5a20994117208603b438a84e91292b1c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:44:06 +0000 Subject: [PATCH] Bump gatsby-remark-images from 7.12.1 to 7.12.3 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.12.1 to 7.12.3. - [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.12.3/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9eb9e1aa..28641723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-sitemap": "^6.12.1", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.1", + "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5", "gatsby-source-filesystem": "^5.12.0", "gatsby-source-rss-feed": "^1.2.2", @@ -10218,14 +10218,14 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.1.tgz", - "integrity": "sha512-RaY5aRb3di1WsoDm3IHyekQGfnFKiYGSyb4NQu4sA+Tgoc1etGcAoG2Gx3xCxOCS+2A4dPnjKyDlLahdeLOfNQ==", + "version": "7.12.3", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.3.tgz", + "integrity": "sha512-rolG1X6jfLnNWlXYyqqonohpHoS0V5s9bSpS4c8wvupWUHB6dok81g6E2we8ZOo+dJAKokDkBU1YViBC+IBVHg==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.12.0", + "gatsby-core-utils": "^4.12.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", diff --git a/package.json b/package.json index 15bb6a02..05c45aa3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-sitemap": "^6.12.1", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.1", + "gatsby-remark-images": "^7.12.3", "gatsby-remark-relative-images-v2": "^0.1.5", "gatsby-source-filesystem": "^5.12.0", "gatsby-source-rss-feed": "^1.2.2",