Skip to content

Commit cecbeb7

Browse files
fix(deps): update dependency graphql to v16
1 parent 6fe52f0 commit cecbeb7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@emotion/react": "11.10.5",
1919
"@emotion/styled": "11.10.5",
2020
"cross-fetch": "3.1.5",
21-
"graphql": "15.8.0",
21+
"graphql": "16.7.0",
2222
"react": "17.0.2",
2323
"react-dom": "17.0.2"
2424
},

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"react-router-dom": "5.3.4",
2323
"cross-fetch": "3.1.5",
2424
"@apollo/client": "3.7.1",
25-
"graphql": "15.8.0"
25+
"graphql": "16.7.0"
2626
}
2727
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"react-router-dom": "5.3.4",
2323
"cross-fetch": "3.1.5",
2424
"@apollo/client": "3.7.1",
25-
"graphql": "15.8.0"
25+
"graphql": "16.7.0"
2626
}
2727
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10436,10 +10436,10 @@ graphql-ws@^4.4.1:
1043610436
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.9.0.tgz#5cfd8bb490b35e86583d8322f5d5d099c26e365c"
1043710437
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==
1043810438

10439-
graphql@15.8.0:
10440-
version "15.8.0"
10441-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
10442-
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
10439+
graphql@16.7.0:
10440+
version "16.7.0"
10441+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.7.0.tgz#717051b8c183fcf8c3ad0a3668aeb5ffd1e9bc33"
10442+
integrity sha512-kdNG+ZGNf0E4dezSA2N9cRq8UdOMCcz9Wzh1dDSrCzGCz0nj6p8qlE+utY6iqr9y1sh3MZxUb7K794neZ2oT1w==
1044310443

1044410444
gzip-size@^6.0.0:
1044510445
version "6.0.0"

0 commit comments

Comments
 (0)