Skip to content

Commit b8f7884

Browse files
chore(deps): update dependency graphql to v16.12.0
1 parent c3c6f56 commit b8f7884

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.11.0"
29+
"graphql": "16.12.0"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "20.1.0",
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "10.1.8",
4848
"eslint-plugin-import": "2.32.0",
4949
"eslint-plugin-prettier": "5.5.4",
50-
"graphql": "16.11.0",
50+
"graphql": "16.12.0",
5151
"graphql-subscriptions": "3.0.0",
5252
"husky": "9.1.7",
5353
"jest": "30.0.5",

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.8",
3838
"@nestjs/core": "11.1.8",
3939
"@nestjs/testing": "11.1.8",
40-
"graphql": "16.11.0",
40+
"graphql": "16.12.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
@@ -6310,10 +6310,10 @@ graphql-ws@^5.11.2:
63106310
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
63116311
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
63126312

6313-
graphql@*, graphql@16.11.0, graphql@^16.6.0:
6314-
version "16.11.0"
6315-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
6316-
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
6313+
graphql@*, graphql@16.12.0, graphql@^16.6.0:
6314+
version "16.12.0"
6315+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
6316+
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
63176317

63186318
handlebars@^4.7.7, handlebars@^4.7.8:
63196319
version "4.7.8"

0 commit comments

Comments
 (0)