diff --git a/package-lock.json b/package-lock.json index 4bf9928..4aa2cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8710,13 +8710,23 @@ } }, "gatsby-image": { - "version": "2.4.14", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.14.tgz", - "integrity": "sha512-JO4Ul+EMCCPS0FddFc8USCDl5roUZDOXg8x99DxE0UShuZTEAtkn+kb8KzpvtPlnwt/0YwBUpcvVrat3yAVz2w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.7.0.tgz", + "integrity": "sha512-2jc7pc53hd/7aOxI4QWkbIzKkVhQWre/3m3L3lvhPApIyFUjuKD0Vfh6bovGBTP6qfY30+hBxlg1yfUy79SnLQ==", "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.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" + } + } } }, "gatsby-interface": { diff --git a/package.json b/package.json index f72b6ef..ed70d46 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "gatsby": "^2.24.47", - "gatsby-image": "^2.4.14", + "gatsby-image": "^3.7.0", "gatsby-plugin-manifest": "^2.4.22", "gatsby-plugin-offline": "^3.2.22", "gatsby-plugin-react-helmet": "^3.3.10",