From 18d355d5daf4ecd711692843d58f7e4684d34a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:14:07 +0000 Subject: [PATCH] Bump gatsby-remark-images from 7.12.3 to 7.13.0 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.12.3 to 7.13.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.13.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bb644231..15cb23a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "gatsby-remark-autolink-headers": "^6.13.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.3", + "gatsby-remark-images": "^7.13.0", "gatsby-remark-prismjs": "^7.13.0", "gatsby-remark-smartypants": "^6.12.0", "gatsby-source-filesystem": "^5.13.0", @@ -13485,14 +13485,14 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.3.tgz", - "integrity": "sha512-rolG1X6jfLnNWlXYyqqonohpHoS0V5s9bSpS4c8wvupWUHB6dok81g6E2we8ZOo+dJAKokDkBU1YViBC+IBVHg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.13.0.tgz", + "integrity": "sha512-baxdl8USNJ7IiQpC4bNddTP7tB2/Zq3/dkNHrNdZK4R4izIZp58bfMsngmAVFvnHtq8kinBmkNG/W4TQNOFuzA==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.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 d3b8913a9..0dd34de4a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-remark-autolink-headers": "^6.13.0", "gatsby-remark-code-titles": "^1.1.0", "gatsby-remark-copy-linked-files": "^6.12.0", - "gatsby-remark-images": "^7.12.3", + "gatsby-remark-images": "^7.13.0", "gatsby-remark-prismjs": "^7.13.0", "gatsby-remark-smartypants": "^6.12.0", "gatsby-source-filesystem": "^5.13.0",