Skip to content

Commit 60e5ffa

Browse files
chore(deps): update dependency graphql to v16.13.2 (#1417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b88446 commit 60e5ffa

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.1",
48+
"graphql": "16.13.2",
4949
"husky": "9.1.7",
5050
"jest-diff": "30.3.0",
5151
"jest-docblock": "30.2.0",
@@ -60,7 +60,7 @@
6060
"vitest": "4.1.1"
6161
},
6262
"resolutions": {
63-
"graphql": "16.13.1"
63+
"graphql": "16.13.2"
6464
},
6565
"lint-staged": {
6666
"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.1"
49+
"graphql": "16.13.2"
5050
},
5151
"publishConfig": {
5252
"directory": "dist",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4205,10 +4205,10 @@ graphql-ws@^6.0.6:
42054205
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.7.tgz#140307a513f0ba659ecec618d6cf15354a842f96"
42064206
integrity sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==
42074207

4208-
4209-
version "16.13.1"
4210-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.1.tgz#38ae5c76fbc4a009e0004dca6c76c370a1da7b54"
4211-
integrity sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==
4208+
4209+
version "16.13.2"
4210+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f"
4211+
integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==
42124212

42134213
has-bigints@^1.0.2:
42144214
version "1.1.0"

0 commit comments

Comments
 (0)