Skip to content

Commit 0baaa48

Browse files
fix(deps): update dependency graphql to v16 [security]
1 parent 96dca47 commit 0baaa48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@types/express": "^4.17.14",
2929
"express": "^4.18.2",
30-
"graphql": "^15.0.0",
30+
"graphql": "^16.0.0",
3131
"graphql-tools": "^7.0.5",
3232
"jsonwebtoken": "^8.5.1",
3333
"mamushi": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,10 +4276,10 @@ graphql@*:
42764276
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
42774277
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
42784278

4279-
graphql@^15.0.0:
4280-
version "15.8.0"
4281-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
4282-
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
4279+
graphql@^16.0.0:
4280+
version "16.11.0"
4281+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
4282+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
42834283

42844284
handlebars@^4.7.7:
42854285
version "4.7.7"

0 commit comments

Comments
 (0)