Skip to content

Commit cc48a73

Browse files
Bump graphql-request from 4.3.0 to 5.1.0
Bumps [graphql-request](https://github.com/prisma/graphql-request) from 4.3.0 to 5.1.0. - [Release notes](https://github.com/prisma/graphql-request/releases) - [Commits](graffle-js/graffle@4.3.0...5.1.0) --- updated-dependencies: - dependency-name: graphql-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 345274d commit cc48a73

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ethers": "^5.6.2",
3232
"events": "^3.2.0",
3333
"graphql": "^16.3.0",
34-
"graphql-request": "^4.1.0",
34+
"graphql-request": "^5.1.0",
3535
"lodash": "^4.17.20",
3636
"lru-cache": "^7.14.1",
3737
"rxjs": "^7.5.7"

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ __metadata:
302302
ethers: ^5.6.2
303303
events: ^3.2.0
304304
graphql: ^16.3.0
305-
graphql-request: ^4.1.0
305+
graphql-request: ^5.1.0
306306
lodash: ^4.17.20
307307
lru-cache: ^7.14.1
308308
rxjs: ^7.5.7
@@ -2354,6 +2354,15 @@ __metadata:
23542354
languageName: node
23552355
linkType: hard
23562356

2357+
"@graphql-typed-document-node/core@npm:^3.1.1":
2358+
version: 3.1.1
2359+
resolution: "@graphql-typed-document-node/core@npm:3.1.1"
2360+
peerDependencies:
2361+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
2362+
checksum: 87ff4cee308f1075f4472b80f9f9409667979940f8f701e87f0aa35ce5cf104d94b41258ea8192d05a0893475cd0f086a3929a07663b4fe8d0e805a277f07ed5
2363+
languageName: node
2364+
linkType: hard
2365+
23572366
"@grpc/grpc-js@npm:^1.6.8":
23582367
version: 1.7.3
23592368
resolution: "@grpc/grpc-js@npm:1.7.3"
@@ -8335,6 +8344,20 @@ __metadata:
83358344
languageName: node
83368345
linkType: hard
83378346

8347+
"graphql-request@npm:^5.1.0":
8348+
version: 5.1.0
8349+
resolution: "graphql-request@npm:5.1.0"
8350+
dependencies:
8351+
"@graphql-typed-document-node/core": ^3.1.1
8352+
cross-fetch: ^3.1.5
8353+
extract-files: ^9.0.0
8354+
form-data: ^3.0.0
8355+
peerDependencies:
8356+
graphql: 14 - 16
8357+
checksum: 8b65d5c1b0cad8996a843b52305b2712ffbf842c700487d4cee1ed719f22baacaacfddafb65572bcddd67d57fd1d2d389dee2430ffba4b34c3ab542d079446c7
8358+
languageName: node
8359+
linkType: hard
8360+
83388361
"graphql-request@npm:~3.6.1":
83398362
version: 3.6.1
83408363
resolution: "graphql-request@npm:3.6.1"

0 commit comments

Comments
 (0)