package updates

This commit is contained in:
Matthias Kretschmann 2020-09-09 00:21:09 +02:00
parent 7581d66f49
commit 9e733f1e25
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3832,9 +3832,9 @@
}
},
"@coingecko/cryptoformat": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.3.8.tgz",
"integrity": "sha512-nmHLzakZyFCo49qH8q19PbJIt16j2GQdPvjPZ5+roqj/y8KTDsFG9BrYvm7fpHN1xukN79XPhNMqBQN2RdZNQw=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.4.0.tgz",
"integrity": "sha512-3A3/yWcBYe27/BwbS2ihX+cajoizfouVMWAwQV2DxTJCDzXSGXvCbi4PLGrkFtn+STHE3KubSkVfLksXq0oRAw=="
},
"@develar/schema-utils": {
"version": "2.6.5",

View File

@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"@coingecko/cryptoformat": "^0.3.8",
"@coingecko/cryptoformat": "^0.4.0",
"@oceanprotocol/contracts": "^0.4.1",
"axios": "^0.20.0",
"electron-is-dev": "^1.2.0",