From 5d08f45c45ce086a3de53740e0a4d5ac7d996a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:42:16 +0000 Subject: [PATCH] Bump gatsby-plugin-image from 1.8.0 to 1.9.0 in /packages/website Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.8.0 to 1.9.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.9.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-lock.json | 22 +++++++++++----------- packages/website/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 20fd2686..f7c97f79 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -21,7 +21,7 @@ "gatsby": "^3.9.0", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.9.0", - "gatsby-plugin-image": "^1.8.0", + "gatsby-plugin-image": "^1.9.0", "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.9.0", @@ -11841,20 +11841,20 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", - "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz", + "integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==", "dependencies": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.8.0", + "babel-plugin-remove-graphql-queries": "^3.9.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, @@ -37392,20 +37392,20 @@ } }, "gatsby-plugin-image": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", - "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz", + "integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.8.0", + "babel-plugin-remove-graphql-queries": "^3.9.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/website/package.json b/packages/website/package.json index 4bd26b04..647b520e 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -18,7 +18,7 @@ "gatsby": "^3.9.0", "gatsby-background-image": "^1.5.3", "gatsby-image": "^3.9.0", - "gatsby-plugin-image": "^1.8.0", + "gatsby-plugin-image": "^1.9.0", "gatsby-plugin-manifest": "^3.9.0", "gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-offline": "^4.9.0",