Skip to content

Commit 2b60c7a

Browse files
fix(deps): update dependency graphql to v16
1 parent f5013ea commit 2b60c7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@nestjs/schematics": "8.0.5",
3232
"@prisma/client": "2.30.3",
3333
"apollo-server-express": "2.25.3",
34-
"graphql": "15.7.2",
34+
"graphql": "16.8.1",
3535
"graphql-tools": "7.0.5",
3636
"mysql": "2.18.1",
3737
"prisma": "2.30.3",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@apollo/client": "3.5.5",
1414
"@emotion/babel-preset-css-prop": "11.2.0",
1515
"@emotion/react": "11.7.0",
16-
"graphql": "15.7.2",
16+
"graphql": "16.8.1",
1717
"next": "10.2.3",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6102,10 +6102,10 @@ graphql-ws@^4.4.1:
61026102
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.5.0.tgz#c71c6eed34850c375156c29b1ed45cea2f9aee6b"
61036103
integrity sha512-J3PuSfOKX2y9ryOtWxOcKlizkFWyhCvPAc3hhMKMVSTcPxtWiv9oNzvAZp1HKfuQng32YQduHeX+lRDy2+F6VQ==
61046104

6105-
graphql@15.7.2:
6106-
version "15.7.2"
6107-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef"
6108-
integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==
6105+
graphql@16.8.1:
6106+
version "16.8.1"
6107+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
6108+
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
61096109

61106110
has-ansi@^2.0.0:
61116111
version "2.0.0"

0 commit comments

Comments
 (0)