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

Commit d2754df

Browse files
committed
Update dependency graphql to v16
1 parent 020e2e1 commit d2754df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@apollo/gateway": "0.48.0",
1515
"apollo-server": "3.6.3",
16-
"graphql": "15.8.0",
16+
"graphql": "16.3.0",
1717
"tslib": "2.3.1"
1818
},
1919
"devDependencies": {

posts-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/graphql": "9.1.2",
3030
"@nestjs/platform-express": "8.2.6",
3131
"apollo-server-express": "3.6.3",
32-
"graphql": "15.8.0",
32+
"graphql": "16.3.0",
3333
"reflect-metadata": "0.1.13",
3434
"rimraf": "3.0.2",
3535
"rxjs": "7.5.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,10 +3458,10 @@ [email protected]:
34583458
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
34593459
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
34603460

3461-
graphql@15.8.0:
3462-
version "15.8.0"
3463-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
3464-
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
3461+
graphql@16.3.0:
3462+
version "16.3.0"
3463+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
3464+
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
34653465

34663466
has-bigints@^1.0.1:
34673467
version "1.0.1"

0 commit comments

Comments
 (0)