1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Bump gatsby-image from 3.5.0 to 3.11.0 (#698)

Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 3.5.0 to 3.11.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-image@3.11.0/packages/gatsby-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@3.11.0/packages/gatsby-image)

---
updated-dependencies:
- dependency-name: gatsby-image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 12:12:50 +03:00 committed by GitHub
parent 3f607dad2a
commit 73871035da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12596,19 +12596,19 @@
}
},
"gatsby-image": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.5.0.tgz",
"integrity": "sha512-pr3P8+UiyL3nThVlqjlGbrDzaLx/aERjHoD4iVxrEsdoMmmb8fh+MT8/OkYe48NVJUiifNY1EmVUHP9RRCB6nw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.11.0.tgz",
"integrity": "sha512-vRMhGLrgyQRH2RYs8leyZ1UyWYIew+NOZEsKur1w6gnWDf0U9UVmYFa9OIE1Vedlo1W+on3AuZ3/KwM+cI69VQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.14.6",
"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==",
"version": "7.14.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
"integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

@ -20,7 +20,7 @@
"axios": "^0.21.1",
"classnames": "^2.3.1",
"gatsby": "^2.32.13",
"gatsby-image": "^3.5.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.10.2",