Skip to content

Commit 67544c3

Browse files
chore(deps): update dependency graphql to v16.14.0
1 parent fef5be4 commit 67544c3

3 files changed

Lines changed: 7 additions & 7 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.0",
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.6"
6060
},
6161
"resolutions": {
62-
"graphql": "16.13.2"
62+
"graphql": "16.14.0"
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.0"
5050
},
5151
"publishConfig": {
5252
"directory": "dist",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,10 +4352,10 @@ graphql-ws@^6.0.6:
43524352
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.8.tgz#6712bb9da8462937e92343e3146726f89424df68"
43534353
integrity sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==
43544354

4355-
graphql@16.13.2:
4356-
version "16.13.2"
4357-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f"
4358-
integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==
4355+
graphql@16.14.0:
4356+
version "16.14.0"
4357+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.0.tgz#f1128a74b16a34d1245c8436bb07b488d87b83e1"
4358+
integrity sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==
43594359

43604360
has-bigints@^1.0.2:
43614361
version "1.1.0"

0 commit comments

Comments
 (0)