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 Nov 8, 2024
1 parent 0749772 commit d5447d7
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.9.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 @@ -17750,7 +17750,7 @@ __metadata:
eslint: "npm:9.14.0"
ethers: "npm:6.13.4"
graphql: "npm:16.9.0"
graphql-request: "npm:6.1.0"
graphql-request: "npm:7.1.2"
hardhat: "npm:2.22.15"
prettier: "npm:3.3.3"
siwe: "npm:2.3.2"
Expand Down Expand Up @@ -30384,7 +30384,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 d5447d7

Please sign in to comment.