Skip to content

Commit 9d46ec1

Browse files
fix(deps): update dependency graphql to ^16.13.2
1 parent 47bd906 commit 9d46ec1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/plugin-syntax-typescript": "^7.20.0",
3131
"@babel/runtime": "^7.20.13",
3232
"execa": "^5.1.1",
33-
"graphql": "^16.6.0",
33+
"graphql": "^16.13.2",
3434
"jscodeshift": "0.13.1",
3535
"recast": "0.20.5"
3636
},

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"glob": "^7.2.3",
108108
"globby": "^11.1.0",
109109
"got": "^11.8.6",
110-
"graphql": "^16.7.1",
110+
"graphql": "^16.13.2",
111111
"graphql-compose": "^9.0.10",
112112
"graphql-http": "^1.19.0",
113113
"graphql-tag": "^2.12.6",
@@ -257,7 +257,7 @@
257257
"url": "git+https://github.com/gatsbyjs/gatsby.git"
258258
},
259259
"resolutions": {
260-
"graphql": "^16.8.1"
260+
"graphql": "^16.13.2"
261261
},
262262
"scripts": {
263263
"build": "npm run build:types && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12982,10 +12982,10 @@ graphql-type-json@0.3.2:
1298212982
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.2.tgz#f53a851dbfe07bd1c8157d24150064baab41e115"
1298312983
integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==
1298412984

12985-
"graphql@^15.0.0 || ^16.0.0", graphql@^16.6.0, graphql@^16.7.1:
12986-
version "16.12.0"
12987-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
12988-
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
12985+
"graphql@^15.0.0 || ^16.0.0", graphql@^16.13.2:
12986+
version "16.13.2"
12987+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.2.tgz#4d2b73df5796b201f1bc2765f5d7067f689cb55f"
12988+
integrity sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==
1298912989

1299012990
gray-matter@^2.1.0:
1299112991
version "2.1.1"

0 commit comments

Comments
 (0)