From 25ac56adaae78d17647d26cc38c3d199e30b1241 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:30:27 +0000 Subject: [PATCH] build(deps): bump gatsby-image from 2.4.16 to 3.9.0 Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.16 to 3.9.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.9.0/packages/gatsby-image) Signed-off-by: dependabot-preview[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 15ca977..7f6e17f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8435,19 +8435,19 @@ } }, "gatsby-image": { - "version": "2.4.16", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.16.tgz", - "integrity": "sha512-N5kJ3LE8re57DgR1lAZFWP2or0nCSuNXSUKvSBvVgxwcebdcFGCxN/xTJbU4ojFfFBJ/D4gKuxJrvLvDf3jcyg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.9.0.tgz", + "integrity": "sha512-VL/T/M1VNeIdJA9MKnXiHyPG6ruuCkXKoC7E+auS6O7S2Jm6TWXtWhpYX+Jt8ofGHK6TzHCIGhYtENGTW9mtrQ==", "requires": { - "@babel/runtime": "^7.10.3", + "@babel/runtime": "^7.14.0", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" }, "dependencies": { "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 813709e..8f07b30 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "aos": "^2.3.4", "dotenv": "^8.2.0", "gatsby": "^2.28.0", - "gatsby-image": "^2.4.16", + "gatsby-image": "^3.9.0", "gatsby-plugin-dark-mode": "^1.1.2", "gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-sharp": "^2.6.31",