From 1c4c5e04309ce3236d928b4faa079f351a95744e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 26 May 2020 22:39:51 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-sharp to 2.6.9 --- 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 a93b60c..d2a041b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9839,15 +9839,15 @@ } }, "gatsby-plugin-sharp": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.6.tgz", - "integrity": "sha512-jf3rv1huON0x5IKm6Vi6cVHo9pI4CRGOF6vaOVZY2fI7MVzEihOB1qg8Otqfg2DjoWzX6aWvvcspsS98U6pRqA==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.9.tgz", + "integrity": "sha512-H90sUQoFxSYN1n7awKfzidltyf+Ho5YpVZxSdEnv3nermNT07sLLarCz3Mtg7DKnxSePmXuWz6Mu30+CgToQ0g==", "requires": { "@babel/runtime": "^7.9.6", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.0", + "gatsby-core-utils": "^1.3.3", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -9873,9 +9873,9 @@ } }, "gatsby-core-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz", - "integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz", + "integrity": "sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index fd0fa67..5e5a9d1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-react-svg": "^3.0.0", - "gatsby-plugin-sharp": "^2.6.6", + "gatsby-plugin-sharp": "^2.6.9", "gatsby-plugin-styled-components": "^3.3.1", "gatsby-source-filesystem": "^2.3.5", "gatsby-transformer-remark": "^2.8.10",