Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
2 changed files with
5 additions and
6 deletions
-
npm-shrinkwrap.json
-
package.json
|
|
@ -502,9 +502,9 @@ |
|
|
|
"integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" |
|
|
|
}, |
|
|
|
"cookie-parser": { |
|
|
|
"version": "1.4.3", |
|
|
|
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.3.tgz", |
|
|
|
"integrity": "sha1-D+MfoZ0AC5X0qt8fU/3CuKIDuqU=", |
|
|
|
"version": "1.4.4", |
|
|
|
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.4.tgz", |
|
|
|
"integrity": "sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==", |
|
|
|
"requires": { |
|
|
|
"cookie": "0.3.1", |
|
|
|
"cookie-signature": "1.0.6" |
|
|
@ -9,7 +9,7 @@ |
|
|
|
"build": "npm-run-all build:*", |
|
|
|
"build:less": "lessc ./public/css/radial-progress.less ./public/css/radial-progress.css", |
|
|
|
"prepare": "npm run build", |
|
|
|
"refresh-mining-pool-configs":"node ./bin/refresh-mining-pool-configs.js" |
|
|
|
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js" |
|
|
|
}, |
|
|
|
"keywords": [ |
|
|
|
"bitcoin", |
|
|
@ -27,7 +27,7 @@ |
|
|
|
"bitcoin-core": "2.0.0", |
|
|
|
"bitcoinjs-lib": "3.3.2", |
|
|
|
"body-parser": "~1.18.2", |
|
|
|
"cookie-parser": "~1.4.3", |
|
|
|
"cookie-parser": "^1.4.4", |
|
|
|
"crypto-js": "3.1.9-1", |
|
|
|
"csurf": "^1.9.0", |
|
|
|
"debug": "~2.6.0", |
|
|
@ -38,7 +38,6 @@ |
|
|
|
"express-session": "1.15.6", |
|
|
|
"influx": "5.0.7", |
|
|
|
"jstransformer-markdown-it": "^2.0.0", |
|
|
|
"lodash": "^4.17.11", |
|
|
|
"lru-cache": "4.1.3", |
|
|
|
"meow": "^5.0.0", |
|
|
|
"moment": "^2.24.0", |
|
|
|