From eef28de2c80b2b7a04b7f0b30f657c6a806fd11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 23:11:39 +0000 Subject: [PATCH] fix(deps): bump gatsby-remark-images from 7.11.0 to 7.12.0 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.11.0 to 7.12.0. - [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.0/packages/gatsby-remark-images) --- updated-dependencies: - dependency-name: gatsby-remark-images dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7710d493a..2db728c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-use-dark-mode": "^2.0.1", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.11.0", + "gatsby-remark-images": "^7.12.0", "gatsby-remark-relative-images": "^2.0.5", "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.12.0", @@ -16518,14 +16518,14 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.11.0.tgz", - "integrity": "sha512-utTisz3j7/h3fnriIY5e6J8p/aAitELblkiNXkUkPlvd4xqHrafgUTOzxSVQqVjPxrVIEvsJIFkVtfoe+U0EFQ==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.0.tgz", + "integrity": "sha512-+jTbqcAcR2dj676w9W38oQKeTZDFy0kYT/gJncbS0fEdlk9MlZFErpoXZ4gmqOxxbTxRDbrSCaNBMF/k89F0fg==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.11.0", + "gatsby-core-utils": "^4.12.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -63954,14 +63954,14 @@ } }, "gatsby-remark-images": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.11.0.tgz", - "integrity": "sha512-utTisz3j7/h3fnriIY5e6J8p/aAitELblkiNXkUkPlvd4xqHrafgUTOzxSVQqVjPxrVIEvsJIFkVtfoe+U0EFQ==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.0.tgz", + "integrity": "sha512-+jTbqcAcR2dj676w9W38oQKeTZDFy0kYT/gJncbS0fEdlk9MlZFErpoXZ4gmqOxxbTxRDbrSCaNBMF/k89F0fg==", "requires": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.11.0", + "gatsby-core-utils": "^4.12.0", "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 9c2ed8b24..f1c20c503 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-use-dark-mode": "^2.0.1", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.11.0", + "gatsby-remark-images": "^7.12.0", "gatsby-remark-relative-images": "^2.0.5", "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-remark": "^6.12.0",