Bump gatsby-image from 3.4.0 to 3.6.0 in /packages/website
Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.4.0 to 3.6.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.6.0/packages/gatsby-image) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4c7b0f1365
commit
df1bf0dcd5
|
@ -20,7 +20,7 @@
|
|||
"framer-motion": "^4.1.15",
|
||||
"gatsby": "^3.5.1",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-image": "^3.6.0",
|
||||
"gatsby-plugin-image": "^1.6.0",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
|
@ -11521,9 +11521,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-image": {
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.4.0.tgz",
|
||||
"integrity": "sha512-ICKDQtiqipV+yoCPoNGMy2NR9dPjAfRlz6X6Y4NjMjps5/TzMHS5JmqyfkA29SP1OwEO8ycCwekTmqG30PtdDA==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.6.0.tgz",
|
||||
"integrity": "sha512-1Hh4VWmNBAig3WOwNKwgkmXxg2SYPbGZ11qJBzGp0igfQsBnNw1XkmfDwACfhIbxRSKSaN6gbgQgOOpQau4NtA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"object-fit-images": "^3.2.4",
|
||||
|
@ -37634,9 +37634,9 @@
|
|||
}
|
||||
},
|
||||
"gatsby-image": {
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.4.0.tgz",
|
||||
"integrity": "sha512-ICKDQtiqipV+yoCPoNGMy2NR9dPjAfRlz6X6Y4NjMjps5/TzMHS5JmqyfkA29SP1OwEO8ycCwekTmqG30PtdDA==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.6.0.tgz",
|
||||
"integrity": "sha512-1Hh4VWmNBAig3WOwNKwgkmXxg2SYPbGZ11qJBzGp0igfQsBnNw1XkmfDwACfhIbxRSKSaN6gbgQgOOpQau4NtA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"object-fit-images": "^3.2.4",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"framer-motion": "^4.1.15",
|
||||
"gatsby": "^3.5.1",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.4.0",
|
||||
"gatsby-image": "^3.6.0",
|
||||
"gatsby-plugin-image": "^1.6.0",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.9.0",
|
||||
|
|
Reference in New Issue