Bump gatsby-transformer-json from 2.10.0 to 2.11.0

Bumps [gatsby-transformer-json](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-json) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-json/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.11.0/packages/gatsby-transformer-json)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-03 04:14:01 +00:00 committed by GitHub
parent 68ddd20b9c
commit 405b97bae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11274,9 +11274,9 @@
} }
}, },
"gatsby-transformer-json": { "gatsby-transformer-json": {
"version": "2.10.0", "version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.10.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.11.0.tgz",
"integrity": "sha512-OvDvhDLDwzLDzg/z4Xogs/toObF3xASsBGmQknsUIrNqwCYztJVBeIqgNnphkQykmhvWTp3KC2o2kIcl6jPQRQ==", "integrity": "sha512-3619clIflEMl4OSo/Y9/6Uz+JrpSKKE9WI6i+ciCC7l7ER0lbsPNUBGxf1lXH1xgs5881+QiL8vNeiiwTYetIw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"bluebird": "^3.7.2" "bluebird": "^3.7.2"

View file

@ -34,7 +34,7 @@
"gatsby-plugin-sharp": "^2.13.2", "gatsby-plugin-sharp": "^2.13.2",
"gatsby-plugin-sitemap": "^2.11.0", "gatsby-plugin-sitemap": "^2.11.0",
"gatsby-source-filesystem": "^2.10.0", "gatsby-source-filesystem": "^2.10.0",
"gatsby-transformer-json": "^2.10.0", "gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-sharp": "^2.11.0", "gatsby-transformer-sharp": "^2.11.0",
"i18next": "^19.8.4", "i18next": "^19.8.4",
"jquery": "^3.5.1", "jquery": "^3.5.1",