From e15520eca7dc4d9aa5c3faf6e02fed04a0375403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:22:00 +0000 Subject: [PATCH] Bump gatsby-remark-images from 7.13.2 to 7.14.0 Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 7.13.2 to 7.14.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.14.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 2a1970074..1e6d5503a 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.2", + "gatsby-remark-images": "7.14.0", "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1", @@ -11755,14 +11755,14 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.13.2.tgz", - "integrity": "sha512-a2oke2akTElGqTKzsJjU1NK9itgBPrYAIOOQW2ZuLTtb5fulsZNTJa2Q3vhRHiKLodvXrte+Gxv7znjY21/dTA==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.14.0.tgz", + "integrity": "sha512-P1FTQ5DEARWLh3AXXdGSjwAlA/mWWF7M5J/9szdTO6EmmF0+AnfvkIXAtNMtqGqXmbeSgriKvoXeIiyvIYeuRA==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "1.0.0-rc.12", - "gatsby-core-utils": "^4.13.1", + "gatsby-core-utils": "^4.14.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 9b421e800..97c06b403 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.2", + "gatsby-remark-images": "7.14.0", "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1",