Skip to content

Commit 0f24e78

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 423bd9e commit 0f24e78

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
@@ -14,7 +14,7 @@
1414
"@emotion/react": "11.5.0",
1515
"@emotion/styled": "11.3.0",
1616
"cross-fetch": "3.1.4",
17-
"graphql": "15.6.1",
17+
"graphql": "16.5.0",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2"
2020
},

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.0",
2323
"cross-fetch": "3.1.4",
2424
"@apollo/client": "3.4.16",
25-
"graphql": "15.6.1"
25+
"graphql": "16.5.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.0",
2323
"cross-fetch": "3.1.4",
2424
"@apollo/client": "3.4.16",
25-
"graphql": "15.6.1"
25+
"graphql": "16.5.0"
2626
}
2727
}

yarn.lock

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

10198-
graphql@15.6.1:
10199-
version "15.6.1"
10200-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.1.tgz#9125bdf057553525da251e19e96dab3d3855ddfc"
10201-
integrity sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==
10198+
graphql@16.5.0:
10199+
version "16.5.0"
10200+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
10201+
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
1020210202

1020310203
1020410204
version "5.1.1"

0 commit comments

Comments
 (0)