From 315cad3ef5dedca86b5b0ecfade68d305123cb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:23:29 +0000 Subject: [PATCH] Bump gatsby-plugin-image from 1.10.1 to 1.11.0 in /packages/website Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.10.1 to 1.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@1.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] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index ef7b5f60..e78b79af 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -18,7 +18,7 @@ "gatsby": "^3.11.0", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.11.0", - "gatsby-plugin-image": "^1.10.1", + "gatsby-plugin-image": "^1.11.0", "gatsby-plugin-manifest": "^3.11.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.11.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index e0eb8945..63d6ce38 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -2957,7 +2957,7 @@ babel-plugin-react-svg@^3.0.3: resolved "https://registry.yarnpkg.com/babel-plugin-react-svg/-/babel-plugin-react-svg-3.0.3.tgz#7da46a0bd8319f49ac85523d259f145ce5d78321" integrity sha512-Pst1RWjUIiV0Ykv1ODSeceCBsFOP2Y4dusjq7/XkjuzJdvS9CjpkPMUIoO4MLlvp5PiLCeMlsOC7faEUA0gm3Q== -babel-plugin-remove-graphql-queries@^3.10.0, babel-plugin-remove-graphql-queries@^3.11.0: +babel-plugin-remove-graphql-queries@^3.11.0: version "3.11.0" resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.11.0.tgz#b921e95f2d8fd49c57fe7fcac15546ab9b03f5b2" integrity sha512-YVXU3hC4BWHtkKoAVi2lzGCfx9PBCXa2IMk2MnXcpoRoGPN4hKMIGqnSrdRrBTjow8FdFQ/y5SYYmhDcAiYkoQ== @@ -6590,21 +6590,21 @@ gatsby-page-utils@^1.11.0: lodash "^4.17.21" micromatch "^4.0.2" -gatsby-plugin-image@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz#27a5eb2031f16d5b7320c2399266decdf295618a" - integrity sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA== +gatsby-plugin-image@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.11.0.tgz#c7d2ffa79c6476e1fdf305a183bc02e99f31ec12" + integrity sha512-hlbGHpGTgHOp0QTWE9jF0IILRbzbbDPkjktCjXR43Pt24L7/Df4HqdFrJM7hB36O4d7j3vY1GSW1L5OUEPPkhw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/parser" "^7.14.7" "@babel/traverse" "^7.14.7" babel-jsx-utils "^1.1.0" - babel-plugin-remove-graphql-queries "^3.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" camelcase "^5.3.1" chokidar "^3.5.1" common-tags "^1.8.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" objectFitPolyfill "^2.3.0" prop-types "^15.7.2"