From 52882f67b79a740e00dd0cd825d61a9ded15eeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:34:32 +0000 Subject: [PATCH] chore(core): bump gatsby-image from 2.3.1 to 3.7.1 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.3.1 to 3.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-image@3.7.1/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.7.1/packages/gatsby-image) --- updated-dependencies: - dependency-name: gatsby-image dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9798019..612d4c5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "bulma": "^0.8.0", "gatsby": "^2.19.45", - "gatsby-image": "^2.2.44", + "gatsby-image": "^3.7.1", "gatsby-plugin-google-analytics": "^2.1.38", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-manifest": "^2.2.48", diff --git a/yarn.lock b/yarn.lock index 03bcd4b..034cdad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -833,10 +833,10 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": - version "7.9.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" - integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== +"@babel/runtime@^7.1.2", "@babel/runtime@^7.14.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98" + integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA== dependencies: regenerator-runtime "^0.13.4" @@ -5559,12 +5559,12 @@ gatsby-graphiql-explorer@^0.3.1: dependencies: "@babel/runtime" "^7.8.7" -gatsby-image@^2.2.44: - version "2.3.1" - resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.3.1.tgz#6898e03a489e9b43242562d70079bd8ed10c5d99" - integrity sha512-VCJIb2Sp7Dcql+seZ14pqP2yL8oUlLin+HNEb5u8hcn3txkZhzIW3zwPQ3UwfPvi9Em3gBsEClCR6TQSw96J8g== +gatsby-image@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-3.7.1.tgz#ccf0884c2503d2282bc92de110d375135040637c" + integrity sha512-cYGL00RDJXYRiVI2aNf6FGDjP5ebfAI3v8R9SakPa78LYVlgX8wUxtTTT7Pq95Lq5Lxo8m5mM+cFUnLFLsMK/A== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.14.0" object-fit-images "^3.2.4" prop-types "^15.7.2"