From 2dc937d6d5ff8adc0d4398268949911713ae6a99 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Apr 2021 13:14:29 +0000 Subject: [PATCH] Update dependency gatsby-plugin-sharp to v3.2.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 122a2c8..36f73bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12760,9 +12760,9 @@ } }, "gatsby-plugin-sharp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.0.tgz", - "integrity": "sha512-+Y4z/Q0bQL+wA1kb9wvAKlSz+o0+2V3IRxhu8kx/0pfpk48Q0apk+v4UMn7l835yocKfsePj8qvW7Ez0D47O9A==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.2.1.tgz", + "integrity": "sha512-ZAEiDehEz7VRgykQSVwg0ESu9c+rA2BUfi6+VCi2ppemRezXm+jGUkSTo+WUhjiPmEhQq+IIOOWe4lpslJoZRg==", "requires": { "@babel/runtime": "^7.12.5", "async": "^3.2.0", diff --git a/package.json b/package.json index c4d3f6a..17e8f66 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gatsby-plugin-react-i18next": "1.1.1", "gatsby-plugin-robots-txt": "1.5.5", "gatsby-plugin-sass": "4.2.0", - "gatsby-plugin-sharp": "3.2.0", + "gatsby-plugin-sharp": "3.2.1", "gatsby-plugin-sitemap": "3.2.0", "gatsby-source-filesystem": "3.2.0", "gatsby-transformer-json": "3.2.0",