File tree 2 files changed +9
-9
lines changed
packages/payment-detection
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
"@requestnetwork/utils" : " 0.54.0" ,
48
48
"ethers" : " 5.7.2" ,
49
49
"graphql" : " 16.8.1" ,
50
- "graphql-request" : " 6 .1.0 " ,
50
+ "graphql-request" : " 7 .1.2 " ,
51
51
"graphql-tag" : " 2.12.6" ,
52
52
"satoshi-bitcoin" : " 1.0.4" ,
53
53
"tslib" : " 2.5.0"
Original file line number Diff line number Diff line change @@ -15122,14 +15122,6 @@ graphql-config@^5.0.2:
15122
15122
string-env-interpolation "^1.0.1"
15123
15123
tslib "^2.4.0"
15124
15124
15125
- [email protected] , graphql-request@^6.0.0:
15126
- version "6.1.0"
15127
- resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz"
15128
- integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
15129
- dependencies:
15130
- "@graphql-typed-document-node/core" "^3.2.0"
15131
- cross-fetch "^3.1.5"
15132
-
15133
15125
15134
15126
version "7.1.2"
15135
15127
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-7.1.2.tgz"
@@ -15146,6 +15138,14 @@ graphql-request@^4.3.0:
15146
15138
extract-files "^9.0.0"
15147
15139
form-data "^3.0.0"
15148
15140
15141
+ graphql-request@^6.0.0:
15142
+ version "6.1.0"
15143
+ resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz"
15144
+ integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
15145
+ dependencies:
15146
+ "@graphql-typed-document-node/core" "^3.2.0"
15147
+ cross-fetch "^3.1.5"
15148
+
15149
15149
15150
15150
version "2.12.6"
15151
15151
resolved "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz"
You can’t perform that action at this time.
0 commit comments