From f7d47ea9a1c6ee2769e9873d129a86bd4273f14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:20:32 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-images from 7.12.0 to 7.12.1 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.12.0 to 7.12.1. - [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.1/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index af1f293d1..e5217a326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.0", + "gatsby-remark-images": "^7.12.1", "gatsby-remark-prismjs": "^7.12.0", "gatsby-remark-smartypants": "^6.12.0", "gatsby-source-filesystem": "^5.12.0", @@ -12996,9 +12996,9 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.0.tgz", - "integrity": "sha512-+jTbqcAcR2dj676w9W38oQKeTZDFy0kYT/gJncbS0fEdlk9MlZFErpoXZ4gmqOxxbTxRDbrSCaNBMF/k89F0fg==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.1.tgz", + "integrity": "sha512-RaY5aRb3di1WsoDm3IHyekQGfnFKiYGSyb4NQu4sA+Tgoc1etGcAoG2Gx3xCxOCS+2A4dPnjKyDlLahdeLOfNQ==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", @@ -36833,9 +36833,9 @@ } }, "gatsby-remark-images": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.0.tgz", - "integrity": "sha512-+jTbqcAcR2dj676w9W38oQKeTZDFy0kYT/gJncbS0fEdlk9MlZFErpoXZ4gmqOxxbTxRDbrSCaNBMF/k89F0fg==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.1.tgz", + "integrity": "sha512-RaY5aRb3di1WsoDm3IHyekQGfnFKiYGSyb4NQu4sA+Tgoc1etGcAoG2Gx3xCxOCS+2A4dPnjKyDlLahdeLOfNQ==", "requires": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", diff --git a/package.json b/package.json index a8a3c7d3e..d29c2377d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-remark-autolink-headers": "^6.12.1", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.0", + "gatsby-remark-images": "^7.12.1", "gatsby-remark-prismjs": "^7.12.0", "gatsby-remark-smartypants": "^6.12.0", "gatsby-source-filesystem": "^5.12.0",