Browse Source

package update...just 1

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
156abf8d58
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 6
      npm-shrinkwrap.json
  2. 2
      package.json

6
npm-shrinkwrap.json

@ -836,9 +836,9 @@
"integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk="
},
"dotenv": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.0.0.tgz",
"integrity": "sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg=="
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.1.0.tgz",
"integrity": "sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA=="
},
"double-ended-queue": {
"version": "2.1.0-0",

2
package.json

@ -30,7 +30,7 @@
"csurf": "^1.10.0",
"debug": "~4.1.1",
"decimal.js": "10.1.1",
"dotenv": "^8.0.0",
"dotenv": "^8.1.0",
"electrum-client": "github:chaintools/node-electrum-client#43a999036f9c5",
"express": "^4.17.1",
"express-session": "1.16.1",

Loading…
Cancel
Save