Bump graphql from 15.7.2 to 16.0.0 (#22492)
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.0.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.0.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-major ... 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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -138,7 +138,7 @@
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"event-to-promise": "^0.8.0",
|
||||
"glob": "^7.2.0",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql": "^16.0.0",
|
||||
"heroku-client": "^3.1.0",
|
||||
"http-status-code": "^2.1.0",
|
||||
"husky": "^7.0.2",
|
||||
@@ -10184,12 +10184,12 @@
|
||||
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg=="
|
||||
},
|
||||
"node_modules/graphql": {
|
||||
"version": "15.7.2",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
|
||||
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==",
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz",
|
||||
"integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">= 10.x"
|
||||
"node": "^12.22.0 || ^14.16.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/gray-matter": {
|
||||
@@ -30730,9 +30730,9 @@
|
||||
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg=="
|
||||
},
|
||||
"graphql": {
|
||||
"version": "15.7.2",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
|
||||
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==",
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.0.tgz",
|
||||
"integrity": "sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==",
|
||||
"dev": true
|
||||
},
|
||||
"gray-matter": {
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"event-to-promise": "^0.8.0",
|
||||
"glob": "^7.2.0",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql": "^16.0.0",
|
||||
"heroku-client": "^3.1.0",
|
||||
"http-status-code": "^2.1.0",
|
||||
"husky": "^7.0.2",
|
||||
|
||||
Reference in New Issue
Block a user