From ca2f9c5c6dbf364b00a71db01f81cfee0a246c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:40:23 +0000 Subject: [PATCH] Bump gatsby-plugin-sharp from 4.25.0 to 4.25.1 Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.25.0 to 4.25.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.25.1/packages/gatsby-plugin-sharp) --- updated-dependencies: - dependency-name: gatsby-plugin-sharp dependency-type: direct:production ... 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 c9b90f7..e8fb035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-react-helmet": "5.12.1", "gatsby-plugin-remove-serviceworker": "1.0.0", "gatsby-plugin-sentry": "1.0.1", - "gatsby-plugin-sharp": "4.25.0", + "gatsby-plugin-sharp": "4.25.1", "gatsby-plugin-simple-analytics": "1.0.4", "gatsby-plugin-styled-components": "5.10.0", "gatsby-plugin-typography": "4.12.1", @@ -10457,9 +10457,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.0.tgz", - "integrity": "sha512-8XiSKibQyp6pOFHEkEdRCpoDA3Ywcq5PKftNMExZ51MormT0+WqRC7ynuU+0fzktDTbbSyREvblKa+21Id+rRA==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.1.tgz", + "integrity": "sha512-cGRb8lmwJkzwT1Qze0R+VL+55BIb9weM17m+dUf6gs5Z++lQltqge+L8a1qWWsGL6KfLQN7+bIqjhmTTscIPMQ==", "dependencies": { "@babel/runtime": "^7.15.4", "async": "^3.2.4", @@ -28524,9 +28524,9 @@ } }, "gatsby-plugin-sharp": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.0.tgz", - "integrity": "sha512-8XiSKibQyp6pOFHEkEdRCpoDA3Ywcq5PKftNMExZ51MormT0+WqRC7ynuU+0fzktDTbbSyREvblKa+21Id+rRA==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.25.1.tgz", + "integrity": "sha512-cGRb8lmwJkzwT1Qze0R+VL+55BIb9weM17m+dUf6gs5Z++lQltqge+L8a1qWWsGL6KfLQN7+bIqjhmTTscIPMQ==", "requires": { "@babel/runtime": "^7.15.4", "async": "^3.2.4", diff --git a/package.json b/package.json index 480b68e..c3eeaaa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-react-helmet": "5.12.1", "gatsby-plugin-remove-serviceworker": "1.0.0", "gatsby-plugin-sentry": "1.0.1", - "gatsby-plugin-sharp": "4.25.0", + "gatsby-plugin-sharp": "4.25.1", "gatsby-plugin-simple-analytics": "1.0.4", "gatsby-plugin-styled-components": "5.10.0", "gatsby-plugin-typography": "4.12.1",