Skip to content

Commit 379af9c

Browse files
update version
1 parent d999342 commit 379af9c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/payment-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@requestnetwork/utils": "0.54.0",
4848
"ethers": "5.7.2",
4949
"graphql": "16.8.1",
50-
"graphql-request": "6.1.0",
50+
"graphql-request": "7.1.2",
5151
"graphql-tag": "2.12.6",
5252
"satoshi-bitcoin": "1.0.4",
5353
"tslib": "2.8.1"

packages/request-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ethers": "5.7.2",
6161
"express": "4.21.0",
6262
"graphql": "16.8.1",
63-
"graphql-request": "6.1.0",
63+
"graphql-request": "7.1.2",
6464
"http-shutdown": "1.2.2",
6565
"http-status-codes": "2.1.4",
6666
"morgan": "1.10.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15109,14 +15109,6 @@ graphql-config@^5.0.2:
1510915109
string-env-interpolation "^1.0.1"
1511015110
tslib "^2.4.0"
1511115111

15112-
[email protected], graphql-request@^6.0.0:
15113-
version "6.1.0"
15114-
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz"
15115-
integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
15116-
dependencies:
15117-
"@graphql-typed-document-node/core" "^3.2.0"
15118-
cross-fetch "^3.1.5"
15119-
1512015112
1512115113
version "7.1.2"
1512215114
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-7.1.2.tgz"
@@ -15133,6 +15125,14 @@ graphql-request@^4.3.0:
1513315125
extract-files "^9.0.0"
1513415126
form-data "^3.0.0"
1513515127

15128+
graphql-request@^6.0.0:
15129+
version "6.1.0"
15130+
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz"
15131+
integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
15132+
dependencies:
15133+
"@graphql-typed-document-node/core" "^3.2.0"
15134+
cross-fetch "^3.1.5"
15135+
1513615136
1513715137
version "2.12.6"
1513815138
resolved "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz"

0 commit comments

Comments
 (0)