From 967ed1855ce37d5d1792068ebc15ab1f85e43f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:34:44 +0000 Subject: [PATCH] Bump gatsby-plugin-image from 1.0.1 to 1.1.0 Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.0.1 to 1.1.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@1.1.0/packages/gatsby-plugin-image) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2290768c3..0eb22e3b8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-google-gtag": "^3.0.0", "gatsby-plugin-graphql-codegen": "^2.7.1", - "gatsby-plugin-image": "^1.0.1", + "gatsby-plugin-image": "^1.1.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-postcss": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 5a17d20f9..be9f1f6e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3543,10 +3543,10 @@ babel-plugin-polyfill-regenerator@^0.1.2: dependencies: "@babel/helper-define-polyfill-provider" "^0.1.5" -babel-plugin-remove-graphql-queries@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.0.0.tgz#b5c4e5e29b3bd2110b55a36d5b9076da15b5805e" - integrity sha512-eKyztf9FDm4U+aEojPXKlYbE0VM4L2fxU+xHAn21lx13ZR7jT+N5qQNeZk+wR7I/NzwFBy1nuHFui4oXa/Kr0A== +babel-plugin-remove-graphql-queries@^3.0.0, babel-plugin-remove-graphql-queries@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz#03e80d40da51c0240e0e9296e7788c25cca284c0" + integrity sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q== babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" @@ -7057,20 +7057,20 @@ gatsby-plugin-graphql-codegen@^2.7.1: fs-extra "^7.0.1" lodash.debounce "^4.0.8" -gatsby-plugin-image@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.0.1.tgz#b2b46ec7b2203c05b3511e1440100bcd3d2af68a" - integrity sha512-Aa8CV+bt5kboHDWPaZZ9OWDDnlZp7Ut+cx5nMfoXAq5fPgAFtausiLzyBfsYcikjZxgYIc4VBXaUJoi0I7sjTA== +gatsby-plugin-image@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.1.0.tgz#cf7538385ad9c80418529024ad35e2c1f7a919ac" + integrity sha512-r/nsdznnFp8Rz/gLuCKnbHl8cPHdQW6mYh3PVGXgdF9cI6CiJd9kYSs6zCFtrsl+FxMcW3VDY7h4F/1OTwh9kQ== dependencies: "@babel/parser" "^7.12.5" "@babel/traverse" "^7.12.5" babel-jsx-utils "^1.0.1" - babel-plugin-remove-graphql-queries "^3.0.0" + babel-plugin-remove-graphql-queries "^3.1.0" camelcase "^5.3.1" chokidar "^3.5.1" common-tags "^1.8.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.0.0" + gatsby-core-utils "^2.1.0" objectFitPolyfill "^2.3.0" prop-types "^15.7.2"