Merge pull request #290 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-image-2.11.0

Bump gatsby-image from 2.10.0 to 2.11.0
This commit is contained in:
Kevin Kandlbinder 2021-02-12 09:39:52 +01:00 committed by GitHub
commit ad38774d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -9237,9 +9237,9 @@
} }
}, },
"gatsby-image": { "gatsby-image": {
"version": "2.10.0", "version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.10.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.11.0.tgz",
"integrity": "sha512-LPBHWfnguwH5syGLUSv2SyWn+LPn++ulOU8THNOkaMDGCAOrQu/cVPKVsweRkAaDAB/8Sl9g1mPP4EERw/Ysfg==", "integrity": "sha512-H1va64RgXizYXONhoqB3rAdSqALZi0hkBYqEsc0peVEYzb2maRhEwOchg65hKvp3HT/ahnfrik59epRguYvi/g==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"object-fit-images": "^3.2.4", "object-fit-images": "^3.2.4",
@ -9247,9 +9247,9 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.12.5", "version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"gatsby": "^2.32.3", "gatsby": "^2.32.3",
"gatsby-image": "^2.10.0", "gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0", "gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-react-helmet": "^3.10.0",