Skip to content

Commit f608e5f

Browse files
chore(deps): update dependency graphql to v16.11.0
1 parent d378714 commit f608e5f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepare": "husky"
2727
},
2828
"resolutions": {
29-
"graphql": "16.10.0"
29+
"graphql": "16.11.0"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "19.8.0",
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "10.1.2",
4848
"eslint-plugin-import": "2.31.0",
4949
"eslint-plugin-prettier": "5.4.0",
50-
"graphql": "16.10.0",
50+
"graphql": "16.11.0",
5151
"graphql-subscriptions": "3.0.0",
5252
"husky": "9.1.7",
5353
"jest": "29.7.0",

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nestjs/common": "11.1.0",
3838
"@nestjs/core": "11.1.0",
3939
"@nestjs/testing": "11.1.0",
40-
"graphql": "16.10.0",
40+
"graphql": "16.11.0",
4141
"reflect-metadata": "0.2.2",
4242
"ts-morph": "25.0.1"
4343
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5699,10 +5699,10 @@ graphql-ws@^5.11.2:
56995699
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
57005700
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
57015701

5702-
graphql@*, graphql@16.10.0, graphql@^16.6.0:
5703-
version "16.10.0"
5704-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
5705-
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
5702+
graphql@*, graphql@16.11.0, graphql@^16.6.0:
5703+
version "16.11.0"
5704+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
5705+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
57065706

57075707
handlebars@^4.7.7:
57085708
version "4.7.8"

0 commit comments

Comments
 (0)