From 4f5cfbcead679ee36873817c4263232900407a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 17:03:26 +0000 Subject: [PATCH] Bump gatsby-image from 2.11.0 to 3.0.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.11.0 to 3.0.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.0.0/packages/gatsby-image) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c35cdf3..73e44564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12395,9 +12395,9 @@ } }, "gatsby-image": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.11.0.tgz", - "integrity": "sha512-H1va64RgXizYXONhoqB3rAdSqALZi0hkBYqEsc0peVEYzb2maRhEwOchg65hKvp3HT/ahnfrik59epRguYvi/g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.0.0.tgz", + "integrity": "sha512-8Ma2ay4KAs9JR+Y2BiSw3jqiNLAAR4V1ZBC5Pjuf3fEzSONHjhOmZ7hOw8TzYHV32MQWYVFiOiHVHjLQDjH7jw==", "requires": { "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", @@ -12405,9 +12405,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", - "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", + "version": "7.13.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.9.tgz", + "integrity": "sha512-aY2kU+xgJ3dJ1eU6FMB9EH8dIe8dmusF1xEku52joLvw6eAFN0AI+WxCLDnpev2LEejWBAy2sBvBOBAjI3zmvA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 6de01855..d45e623d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^0.21.1", "classnames": "^2.2.6", "gatsby": "^2.32.4", - "gatsby-image": "^2.11.0", + "gatsby-image": "^3.0.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-offline": "^3.10.2",