diff --git a/package.json b/package.json index 9d5e75d93b..fe283a6bba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-canonical-urls": "3.0.0", "gatsby-plugin-feed": "3.0.0", "gatsby-plugin-google-tagmanager": "3.0.0", - "gatsby-plugin-image": "1.0.1", + "gatsby-plugin-image": "1.1.0", "gatsby-plugin-layout": "2.0.0", "gatsby-plugin-manifest": "3.0.0", "gatsby-plugin-material-ui": "2.1.10", diff --git a/yarn.lock b/yarn.lock index 82114de0d8..ff907206e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3561,10 +3561,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-styled-components@1.12.0, "babel-plugin-styled-components@>= 1": version "1.12.0" @@ -7501,10 +7501,10 @@ gatsby-cli@3.0.0, gatsby-cli@^3.0.0: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-core-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c" - integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A== +gatsby-core-utils@^2.0.0, gatsby-core-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz#634989bc3cde1c7add752fbdc3c6a3cdd8e23377" + integrity sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -7588,20 +7588,20 @@ gatsby-plugin-google-tagmanager@3.0.0: dependencies: "@babel/runtime" "^7.12.5" -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"