Skip to content

Commit 288bfed

Browse files
authored
Merge pull request #187 from croutonn/renovate/graphql-request-4.x
chore(deps): update dependency graphql-request to v4
2 parents 90d90ca + 1f63c47 commit 288bfed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@graphql-codegen/plugin-helpers": "^2.3.1",
4040
"@graphql-codegen/visitor-plugin-common": "^2.5.1",
4141
"@types/micromatch": "^4.0.1",
42-
"graphql-request": "^3.4.0",
42+
"graphql-request": "^4.0.0",
4343
"micromatch": "^4.0.4",
4444
"pascal-case": "^3.1.2",
4545
"swr": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,10 +2492,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.4:
24922492
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
24932493
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
24942494

2495-
graphql-request@^3.4.0:
2496-
version "3.6.1"
2497-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-3.6.1.tgz#689cce1da990131b40b05651f9f32bff506a1d8e"
2498-
integrity sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==
2495+
graphql-request@^4.0.0:
2496+
version "4.0.0"
2497+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-4.0.0.tgz#5e4361d33df1a95ccd7ad23a8ebb6bbca9d5622f"
2498+
integrity sha512-cdqQLCXlBGkaLdkLYRl4LtkwaZU6TfpE7/tnUQFl3wXfUPWN74Ov+Q61VuIh+AltS789YfGB6whghmCmeXLvTw==
24992499
dependencies:
25002500
cross-fetch "^3.0.6"
25012501
extract-files "^9.0.0"

0 commit comments

Comments
 (0)