Merge pull request #938 from liyasthomas/dependabot/npm_and_yarn/graphql-15.1.0

This commit is contained in:
Liyas Thomas
2020-06-14 12:24:26 +05:30
committed by GitHub
2 changed files with 4 additions and 12 deletions

14
package-lock.json generated
View File

@@ -7235,12 +7235,9 @@
"integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ=="
},
"graphql": {
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.6.0.tgz",
"integrity": "sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==",
"requires": {
"iterall": "^1.2.2"
}
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
},
"graphql-language-service-interface": {
"version": "2.4.0",
@@ -8372,11 +8369,6 @@
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
"dev": true
},
"iterall": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz",
"integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg=="
},
"jest-worker": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.2.1.tgz",

View File

@@ -37,7 +37,7 @@
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.11",
"firebase": "^7.15.1",
"graphql": "^14.6.0",
"graphql": "^15.1.0",
"graphql-language-service-interface": "^2.4.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.12.2",