Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d7290dc

Browse files
committed
chore: update graphql.js to latest
1 parent 763f8dd commit d7290dc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-docker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"express": "^4.16.4",
3939
"fetch-jsonp": "^1.1.3",
4040
"glob": "^7.1.2",
41-
"graphql": "^0.13.2",
41+
"graphql": "14.3.1",
4242
"graphql-request": "^1.6.0",
4343
"graphql-tag": "^2.6.1",
4444
"graphql-voyager": "^1.0.0-rc.26",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"express": "^4.16.4",
6666
"fetch-jsonp": "^1.1.3",
6767
"glob": "^7.1.2",
68-
"graphql": "^0.13.2",
68+
"graphql": "14.3.1",
6969
"graphql-request": "^1.6.0",
7070
"graphql-tag": "^2.6.1",
7171
"graphql-voyager": "^1.0.0-rc.26",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5310,11 +5310,11 @@ graphql-voyager@^1.0.0-rc.26:
53105310
svg-pan-zoom "^3.6.0"
53115311
viz.js "2.1.2"
53125312

5313-
graphql@^0.13.2:
5314-
version "0.13.2"
5315-
resolved "https://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
5313+
graphql@14.3.1:
5314+
version "14.3.1"
5315+
resolved "https://registry.npmjs.org/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
53165316
dependencies:
5317-
iterall "^1.2.1"
5317+
iterall "^1.2.2"
53185318

53195319
"growl@~> 1.10.0":
53205320
version "1.10.5"
@@ -6268,7 +6268,7 @@ istanbul-reports@^1.5.1:
62686268
dependencies:
62696269
handlebars "^4.0.3"
62706270

6271-
iterall@^1.2.1:
6271+
iterall@^1.2.2:
62726272
version "1.2.2"
62736273
resolved "https://registry.npmjs.org/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
62746274

0 commit comments

Comments
 (0)