Skip to content

Commit e2c65fb

Browse files
Update dependency graphql to v16
1 parent 4ba69de commit e2c65fb

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-modules/core": "0.7.11",
1616
"@graphql-modules/di": "0.7.11",
1717
"apollo-server": "2.8.2",
18-
"graphql": "14.4.2",
18+
"graphql": "16.10.0",
1919
"reflect-metadata": "0.1.13",
2020
"ts-node": "8.3.0",
2121
"tsconfig-paths": "3.8.0",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,12 +1512,10 @@ graphql-upload@^8.0.2:
15121512
http-errors "^1.7.1"
15131513
object-path "^0.11.4"
15141514

1515-
graphql@14.4.2:
1516-
version "14.4.2"
1517-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
1518-
integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==
1519-
dependencies:
1520-
iterall "^1.2.2"
1515+
graphql@16.10.0:
1516+
version "16.10.0"
1517+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
1518+
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
15211519

15221520
has-flag@^3.0.0:
15231521
version "3.0.0"
@@ -1918,7 +1916,7 @@ isobject@^3.0.0, isobject@^3.0.1:
19181916
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
19191917
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
19201918

1921-
iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
1919+
iterall@^1.1.3, iterall@^1.2.1:
19221920
version "1.2.2"
19231921
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
19241922
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==

0 commit comments

Comments
 (0)