From 8d3ad3860db62a1e1a7e20383944b13be312d3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 09:30:46 +0200 Subject: [PATCH] Bump gatsby-image from 3.3.0 to 3.5.0 (#645) Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.3.0 to 3.5.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.5.0/packages/gatsby-image) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0ea6f8f9..e114dc63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12540,9 +12540,9 @@ } }, "gatsby-image": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.3.0.tgz", - "integrity": "sha512-jO0wjMUbXNpvc2jItZ4YFFrXAhJBie9UvPjjgB43r22hpILMiVDpfLCwRLIXetgehOfrMkPtKF+3IbaK04pfVg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.5.0.tgz", + "integrity": "sha512-pr3P8+UiyL3nThVlqjlGbrDzaLx/aERjHoD4iVxrEsdoMmmb8fh+MT8/OkYe48NVJUiifNY1EmVUHP9RRCB6nw==", "requires": { "@babel/runtime": "^7.12.5", "object-fit-images": "^3.2.4", @@ -12550,9 +12550,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 7eaacc8d..d96513d7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^0.21.1", "classnames": "^2.3.1", "gatsby": "^2.32.13", - "gatsby-image": "^3.3.0", + "gatsby-image": "^3.5.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-offline": "^3.10.2",