From afb5c50702350f3f557144f2c3d52ac393095483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 14:14:23 +0100 Subject: [PATCH] Bump gatsby-plugin-sharp from 3.0.1 to 3.1.0 in /open-social-frontend (#18) Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 3.0.1 to 3.1.0. - [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@3.1.0/packages/gatsby-plugin-sharp) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- open-social-frontend/package-lock.json | 26 +++++++++++++------------- open-social-frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/open-social-frontend/package-lock.json b/open-social-frontend/package-lock.json index 84dd0d25..09aefafb 100644 --- a/open-social-frontend/package-lock.json +++ b/open-social-frontend/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.1.0", "gatsby-plugin-robots-txt": "^1.5.5", - "gatsby-plugin-sharp": "^3.0.1", + "gatsby-plugin-sharp": "^3.1.0", "gatsby-plugin-sitemap": "^3.1.0", "gatsby-source-apiserver": "^2.1.8", "gatsby-source-filesystem": "^3.0.0", @@ -12954,22 +12954,22 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.0.1.tgz", - "integrity": "sha512-HL519LIhTmTySUPFO2IuwIHBlgo/0N7gJng2gu2XwD/DJ3ENgw5+SXmiVTwvERx7Pr5YVPECgYuszWdlYgJmgw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.1.0.tgz", + "integrity": "sha512-u9gVDjclnxKuC86r4ghX6ne94ndnYpHULezPkzWoVepJVV7p1khVYeRnvfWbXPt7TN3NrgUgIsyDKQ1fzHKFZA==", "dependencies": { "@babel/runtime": "^7.12.5", "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-telemetry": "^2.1.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", "imagemin-pngquant": "^9.0.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mini-svg-data-uri": "^1.2.3", "potrace": "^2.1.8", "probe-image-size": "^6.0.0", @@ -41031,22 +41031,22 @@ } }, "gatsby-plugin-sharp": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.0.1.tgz", - "integrity": "sha512-HL519LIhTmTySUPFO2IuwIHBlgo/0N7gJng2gu2XwD/DJ3ENgw5+SXmiVTwvERx7Pr5YVPECgYuszWdlYgJmgw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.1.0.tgz", + "integrity": "sha512-u9gVDjclnxKuC86r4ghX6ne94ndnYpHULezPkzWoVepJVV7p1khVYeRnvfWbXPt7TN3NrgUgIsyDKQ1fzHKFZA==", "requires": { "@babel/runtime": "^7.12.5", "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-telemetry": "^2.1.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", "imagemin-pngquant": "^9.0.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mini-svg-data-uri": "^1.2.3", "potrace": "^2.1.8", "probe-image-size": "^6.0.0", diff --git a/open-social-frontend/package.json b/open-social-frontend/package.json index ae55d975..8fedaad7 100644 --- a/open-social-frontend/package.json +++ b/open-social-frontend/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.1.0", "gatsby-plugin-robots-txt": "^1.5.5", - "gatsby-plugin-sharp": "^3.0.1", + "gatsby-plugin-sharp": "^3.1.0", "gatsby-plugin-sitemap": "^3.1.0", "gatsby-source-apiserver": "^2.1.8", "gatsby-source-filesystem": "^3.0.0",