From f4eea003ccc9f345506941ff95768899912615ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 21:26:46 +0000 Subject: [PATCH] Bump gatsby-image from 3.7.0 to 3.11.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.7.0 to 3.11.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-image@3.11.0/packages/gatsby-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.11.0/packages/gatsby-image) --- updated-dependencies: - dependency-name: gatsby-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 093f56c..cccf2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8644,19 +8644,19 @@ } }, "gatsby-image": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.7.0.tgz", - "integrity": "sha512-2jc7pc53hd/7aOxI4QWkbIzKkVhQWre/3m3L3lvhPApIyFUjuKD0Vfh6bovGBTP6qfY30+hBxlg1yfUy79SnLQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.11.0.tgz", + "integrity": "sha512-vRMhGLrgyQRH2RYs8leyZ1UyWYIew+NOZEsKur1w6gnWDf0U9UVmYFa9OIE1Vedlo1W+on3AuZ3/KwM+cI69VQ==", "requires": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" }, "dependencies": { "@babel/runtime": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", - "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "version": "7.14.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", + "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 0398bb3..d27470c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "gatsby": "^2.32.13", - "gatsby-image": "^3.7.0", + "gatsby-image": "^3.11.0", "gatsby-plugin-feed": "^2.13.1", "gatsby-plugin-google-analytics": "^2.11.0", "gatsby-plugin-manifest": "^2.12.1",