From 6101b654d0922f10a40923e1bc96bd9a908a5206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:22:18 +0000 Subject: [PATCH] Bump gatsby-plugin-image from 2.9.1 to 2.11.0 Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 2.9.1 to 2.11.0. - [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@2.11.0/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index eadf637..f43700b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@icons-pack/react-simple-icons": "^4.6.1", "dotenv": "^16.0.0", "gatsby": "^4.11.0", - "gatsby-plugin-image": "^2.9.1", + "gatsby-plugin-image": "^2.11.0", "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-react-helmet": "^5.11.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 2018093..a4c0174 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3171,7 +3171,7 @@ babel-plugin-polyfill-regenerator@^0.3.0: dependencies: "@babel/helper-define-polyfill-provider" "^0.3.1" -babel-plugin-remove-graphql-queries@^4.11.0, babel-plugin-remove-graphql-queries@^4.9.1: +babel-plugin-remove-graphql-queries@^4.11.0: version "4.11.0" resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.11.0.tgz#3911e99376fd03ab2a90efb9b23a25c0a2335e4c" integrity sha512-e5zarZEx7CZLenV5vYA/v0Rcv0KevLUU47ggtP5jGFzuGujpBj9+alzW0ZwDQe4RqiXDQwedC0s8ZRvLjClOnA== @@ -6033,22 +6033,22 @@ gatsby-parcel-config@^0.2.0: "@parcel/transformer-raw" "^2.3.2" "@parcel/transformer-react-refresh-wrap" "^2.3.2" -gatsby-plugin-image@^2.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.9.1.tgz#007578c5cacc942cf921237633d6dee5ce658cc6" - integrity sha512-W2FDQ4AZNgH247zZ1OTnOAAI89rApq0W4A85a9dUXmCgYoyqNgUZphuziMHU5P+6TSwO4U7FRriPtVltEFRsWg== +gatsby-plugin-image@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.11.0.tgz#d527e135c7a0623fad60449756284aef66a27c50" + integrity sha512-tRNofGNUK9K6IrkPFj+m4oKPV4KxEzx+CFBD2kyDm0EMyUv4HJKNYoe+VppYJo7x0qUMFcChBo+RCAuVKiD+Fw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/parser" "^7.15.5" "@babel/runtime" "^7.15.4" "@babel/traverse" "^7.15.4" babel-jsx-utils "^1.1.0" - babel-plugin-remove-graphql-queries "^4.9.1" + babel-plugin-remove-graphql-queries "^4.11.0" camelcase "^5.3.1" chokidar "^3.5.2" common-tags "^1.8.2" fs-extra "^10.0.0" - gatsby-core-utils "^3.9.1" + gatsby-core-utils "^3.11.0" objectFitPolyfill "^2.3.5" prop-types "^15.7.2"