Bump gatsby-image from 3.3.0 to 3.4.0 in /packages/website
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.3.0 to 3.4.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.4.0/packages/gatsby-image) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c94ebe8345
commit
6c6b4974f2
|
@ -20,7 +20,7 @@
|
|||
"framer-motion": "^4.1.13",
|
||||
"gatsby": "^3.4.2",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.2.0",
|
||||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-plugin-image": "^1.4.1",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
|
@ -11829,9 +11829,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-image": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.3.0.tgz",
|
||||
"integrity": "sha512-jO0wjMUbXNpvc2jItZ4YFFrXAhJBie9UvPjjgB43r22hpILMiVDpfLCwRLIXetgehOfrMkPtKF+3IbaK04pfVg==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.4.0.tgz",
|
||||
"integrity": "sha512-ICKDQtiqipV+yoCPoNGMy2NR9dPjAfRlz6X6Y4NjMjps5/TzMHS5JmqyfkA29SP1OwEO8ycCwekTmqG30PtdDA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"object-fit-images": "^3.2.4",
|
||||
|
@ -39334,9 +39334,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-image": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.3.0.tgz",
|
||||
"integrity": "sha512-jO0wjMUbXNpvc2jItZ4YFFrXAhJBie9UvPjjgB43r22hpILMiVDpfLCwRLIXetgehOfrMkPtKF+3IbaK04pfVg==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.4.0.tgz",
|
||||
"integrity": "sha512-ICKDQtiqipV+yoCPoNGMy2NR9dPjAfRlz6X6Y4NjMjps5/TzMHS5JmqyfkA29SP1OwEO8ycCwekTmqG30PtdDA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"object-fit-images": "^3.2.4",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"framer-motion": "^4.1.13",
|
||||
"gatsby": "^3.4.2",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.2.0",
|
||||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-plugin-image": "^1.4.1",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
|
|
Reference in New Issue