Skip to content

Commit b0c6008

Browse files
chore(deps): update dependency graphql to v16.13.1
1 parent 56b299e commit b0c6008

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.12.0"
29+
"graphql": "16.13.1"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "20.4.3",
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "10.1.8",
4848
"eslint-plugin-import": "2.32.0",
4949
"eslint-plugin-prettier": "5.5.5",
50-
"graphql": "16.12.0",
50+
"graphql": "16.13.1",
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.15",
3838
"@nestjs/core": "11.1.15",
3939
"@nestjs/testing": "11.1.15",
40-
"graphql": "16.12.0",
40+
"graphql": "16.13.1",
4141
"reflect-metadata": "0.2.2",
4242
"ts-morph": "27.0.2"
4343
},

yarn.lock

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

6433-
graphql@*, graphql@16.12.0, graphql@^16.6.0:
6434-
version "16.12.0"
6435-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
6436-
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
6433+
graphql@*, graphql@16.13.1, graphql@^16.6.0:
6434+
version "16.13.1"
6435+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.1.tgz#38ae5c76fbc4a009e0004dca6c76c370a1da7b54"
6436+
integrity sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==
64376437

64386438
handlebars@^4.7.7, handlebars@^4.7.8:
64396439
version "4.7.8"

0 commit comments

Comments
 (0)