mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
update secret store client
This commit is contained in:
parent
57a9786746
commit
cfc0ce58f1
18
package-lock.json
generated
18
package-lock.json
generated
@ -125,11 +125,11 @@
|
||||
"integrity": "sha512-Tmeg2O1f92cj8yK2QSCBfqeHakaaALxEd7aOXVOPRBBkgyMZY2/LROH28oz2xLc7ui1hImFhGKjfL19gkktFdA=="
|
||||
},
|
||||
"@oceanprotocol/secret-store-client": {
|
||||
"version": "0.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.9.tgz",
|
||||
"integrity": "sha512-kct3QnwhqsyWmJYVNJaItFsJ96FXlGP23ps3hJBYNHN60O7CjJHHWaEgjoAZLsZlAc1Tq2Glz7Hsybnfv1/DTQ==",
|
||||
"version": "0.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/secret-store-client/-/secret-store-client-0.0.10.tgz",
|
||||
"integrity": "sha512-OmwXckqsbzA7EfqMX0GM+TY4DiFsUccP9+2KcpA/r11Z0MqseEM0DxJ/c6oU7eY/ftyUcADr7nwLb6OEDtVoYA==",
|
||||
"requires": {
|
||||
"node-fetch": "^2.2.1"
|
||||
"node-fetch": "^2.3.0"
|
||||
}
|
||||
},
|
||||
"@types/bn.js": {
|
||||
@ -535,7 +535,7 @@
|
||||
},
|
||||
"util": {
|
||||
"version": "0.10.3",
|
||||
"resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz",
|
||||
"resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
|
||||
"integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
|
||||
"requires": {
|
||||
"inherits": "2.0.1"
|
||||
@ -1026,7 +1026,7 @@
|
||||
},
|
||||
"cacache": {
|
||||
"version": "10.0.4",
|
||||
"resolved": "http://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
|
||||
"resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
|
||||
"integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==",
|
||||
"requires": {
|
||||
"bluebird": "^3.5.1",
|
||||
@ -1668,7 +1668,7 @@
|
||||
},
|
||||
"eccrypto": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "http://registry.npmjs.org/eccrypto/-/eccrypto-1.0.3.tgz",
|
||||
"resolved": "https://registry.npmjs.org/eccrypto/-/eccrypto-1.0.3.tgz",
|
||||
"integrity": "sha1-pBIObOmLAHLBzqr96tFW9ruLJOM=",
|
||||
"requires": {
|
||||
"elliptic": "^6.0.2",
|
||||
@ -6042,7 +6042,7 @@
|
||||
},
|
||||
"safe-regex": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
|
||||
"integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
|
||||
"requires": {
|
||||
"ret": "~0.1.10"
|
||||
@ -6589,7 +6589,7 @@
|
||||
},
|
||||
"strip-eof": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
||||
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
|
||||
},
|
||||
"strip-hex-prefix": {
|
||||
|
@ -49,7 +49,7 @@
|
||||
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/keeper-contracts": "0.3.21",
|
||||
"@oceanprotocol/secret-store-client": "0.0.9",
|
||||
"@oceanprotocol/secret-store-client": "0.0.10",
|
||||
"bignumber.js": "^8.0.1",
|
||||
"eth-crypto": "^1.2.7",
|
||||
"eth-ecies": "^1.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user