update chainpad-server dependency

This commit is contained in:
ansuz 2020-03-09 17:42:50 -04:00
parent 4e8ebac3c1
commit 461c809e4f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -113,9 +113,9 @@
}
},
"chainpad-server": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/chainpad-server/-/chainpad-server-4.0.4.tgz",
"integrity": "sha512-ApRHFmq+tL2hvQzWT811YRgZdKLfU7in/OgEECy/gxk2hi1FlUlPsEVcRe/b6LzvU9vT1CHlFeWaCNpIZe9oSw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/chainpad-server/-/chainpad-server-4.0.5.tgz",
"integrity": "sha512-vHOKQIyd7Jz3dspS6p3nmrFLNNByQJyHwlfZiAjnNykpKC6ncNamjBokT6+ZHE9MHHNWOPflv3sg3PMDyZohQw==",
"requires": {
"nthen": "0.1.8",
"pull-stream": "^3.6.9",

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"chainpad-crypto": "^0.2.2",
"chainpad-server": "^4.0.4",
"chainpad-server": "^4.0.5",
"express": "~4.16.0",
"fs-extra": "^7.0.0",
"get-folder-size": "^2.0.1",