Skip to content

Commit

Permalink
fix(deps): update dependency graphql-request to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 00a28fc commit 57807dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/unlock-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"graphql": "16.10.0",
"graphql-request": "6.1.0",
"graphql-request": "7.1.2",
"siwe": "2.3.2"
}
}
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19281,7 +19281,7 @@ __metadata:
eslint: "npm:9.17.0"
ethers: "npm:6.13.4"
graphql: "npm:16.10.0"
graphql-request: "npm:6.1.0"
graphql-request: "npm:7.1.2"
hardhat: "npm:2.22.17"
prettier: "npm:3.4.2"
siwe: "npm:2.3.2"
Expand Down Expand Up @@ -32162,7 +32162,18 @@ __metadata:
languageName: node
linkType: hard

"graphql-request@npm:6.1.0, graphql-request@npm:^6.0.0":
"graphql-request@npm:7.1.2":
version: 7.1.2
resolution: "graphql-request@npm:7.1.2"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
peerDependencies:
graphql: 14 - 16
checksum: 10/08e6612d88103ced678f210e4c1a50366ca882622c6383e974aa285963e33c24979fea62aaeb4380b2c1069abd640346d132509f1350f4d4decdf5122ed21e16
languageName: node
linkType: hard

"graphql-request@npm:^6.0.0":
version: 6.1.0
resolution: "graphql-request@npm:6.1.0"
dependencies:
Expand Down

0 comments on commit 57807dd

Please sign in to comment.