Skip to content

Commit 034d726

Browse files
chore(deps): update dependency graphql to v16.14.2
1 parent 6b805ed commit 034d726

3 files changed

Lines changed: 7 additions & 23 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cross-env": "10.1.0",
4646
"eslint": "9.39.4",
4747
"eslint-plugin-import": "2.32.0",
48-
"graphql": "16.13.2",
48+
"graphql": "16.14.2",
4949
"husky": "9.1.7",
5050
"jest-diff": "30.4.1",
5151
"jest-docblock": "30.4.0",
@@ -59,7 +59,7 @@
5959
"vitest": "4.1.8"
6060
},
6161
"resolutions": {
62-
"graphql": "16.13.2"
62+
"graphql": "16.14.2"
6363
},
6464
"lint-staged": {
6565
"packages/**/src/**/*.{ts,tsx}": [

packages/plugins/typescript/nhost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {
49-
"graphql": "16.13.2"
49+
"graphql": "16.14.2"
5050
},
5151
"publishConfig": {
5252
"directory": "dist",

yarn.lock

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,22 +1597,6 @@
15971597
parse-filepath "^1.0.2"
15981598
tslib "^2.8.0"
15991599

1600-
"@graphql-codegen/visitor-plugin-common@^7.1.0":
1601-
version "7.1.0"
1602-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.1.0.tgz#73aaf4aa2ce72255e687348d311f8aa26749dfb1"
1603-
integrity sha512-CO4fJyflbYBuAwbQD16bAuWBIXkz9il3JwyC+pQzXh8NJ+BZZDXmYjmVeGeJuoMUIQDb+CNo2thCU0bFFamAkg==
1604-
dependencies:
1605-
"@graphql-codegen/plugin-helpers" "^7.0.1"
1606-
"@graphql-tools/optimize" "^2.0.0"
1607-
"@graphql-tools/relay-operation-optimizer" "^7.1.1"
1608-
"@graphql-tools/utils" "^11.0.0"
1609-
auto-bind "^5.0.0"
1610-
change-case-all "^2.1.0"
1611-
dependency-graph "^1.0.0"
1612-
graphql-tag "^2.11.0"
1613-
parse-filepath "^1.0.2"
1614-
tslib "^2.8.0"
1615-
16161600
"@graphql-hive/signal@^2.0.0":
16171601
version "2.0.0"
16181602
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-2.0.0.tgz#205805328b118e1ae556417ed364257234800464"
@@ -4368,10 +4352,10 @@ graphql-ws@^6.0.6:
43684352
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.8.tgz#6712bb9da8462937e92343e3146726f89424df68"
43694353
integrity sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==
43704354

4371-
graphql@16.13.2:
4372-
version "16.13.2"
4373-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f"
4374-
integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==
4355+
graphql@16.14.2:
4356+
version "16.14.2"
4357+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.2.tgz#83faf25869e3df727cc855161db5da85b0e5b2c0"
4358+
integrity sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==
43754359

43764360
has-bigints@^1.0.2:
43774361
version "1.1.0"

0 commit comments

Comments
 (0)