From 94bc0dd2012ebbd6f7ab99a72dcddfc406e751f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:42:27 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-image from 3.12.0 to 3.12.1 Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.1/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image 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 aca765f..2c1abe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gatsby-plugin-google-analytics": "^5.12.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-google-gtag": "^5.12.1", - "gatsby-plugin-image": "^3.12.0", + "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-manifest": "^5.12.1", "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.0", @@ -9764,9 +9764,9 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.0.tgz", - "integrity": "sha512-zvkEotc3EgWfxdUuIeu81fN/dTY8GRVxGYwRKI7kkHpKAFUz2CIIQjxg16LSRxv0lGfRUxfPqxuMqBuk99GWOQ==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.1.tgz", + "integrity": "sha512-OJ3PGxBp5WbadGFZtd1VqMOB3d8ktysgtkFZbHwLUuGqxFKFMuySBS/kFudohcMJSeCIEgK9pEzWJ1RWh3mDWw==", "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/parser": "^7.20.13", @@ -9779,7 +9779,7 @@ "common-tags": "^1.8.2", "fs-extra": "^11.1.1", "gatsby-core-utils": "^4.12.0", - "gatsby-plugin-utils": "^4.12.0", + "gatsby-plugin-utils": "^4.12.1", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, diff --git a/package.json b/package.json index eacb20d..e36a673 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-google-analytics": "^5.12.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-google-gtag": "^5.12.1", - "gatsby-plugin-image": "^3.12.0", + "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-manifest": "^5.12.1", "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.0",