Merge pull request #1000 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-image-3.10.0

Bump gatsby-image from 3.9.0 to 3.10.0 in /packages/website
This commit is contained in:
Karol Wypchło 2021-07-26 12:34:37 +02:00 committed by GitHub
commit 6d93af0ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -20,7 +20,7 @@
"framer-motion": "^4.1.17",
"gatsby": "^3.9.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.9.0",
"gatsby-image": "^3.10.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-matomo": "^0.10.0",
@ -11752,11 +11752,11 @@
}
},
"node_modules/gatsby-image": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.9.0.tgz",
"integrity": "sha512-VL/T/M1VNeIdJA9MKnXiHyPG6ruuCkXKoC7E+auS6O7S2Jm6TWXtWhpYX+Jt8ofGHK6TzHCIGhYtENGTW9mtrQ==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.10.0.tgz",
"integrity": "sha512-bbBqR2sY5wWt0qPAyV0Q2RJwy9Gd9Z+cs/go3XZDl/8XktyWSL2znoUPZfBJ1jnJ6VvbyqhDvmr7vM3zM70Xfw==",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
@ -37315,11 +37315,11 @@
}
},
"gatsby-image": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.9.0.tgz",
"integrity": "sha512-VL/T/M1VNeIdJA9MKnXiHyPG6ruuCkXKoC7E+auS6O7S2Jm6TWXtWhpYX+Jt8ofGHK6TzHCIGhYtENGTW9mtrQ==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.10.0.tgz",
"integrity": "sha512-bbBqR2sY5wWt0qPAyV0Q2RJwy9Gd9Z+cs/go3XZDl/8XktyWSL2znoUPZfBJ1jnJ6VvbyqhDvmr7vM3zM70Xfw==",
"requires": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
}

View File

@ -17,7 +17,7 @@
"framer-motion": "^4.1.17",
"gatsby": "^3.9.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.9.0",
"gatsby-image": "^3.10.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-matomo": "^0.10.0",