up electron and node-stream-zip

This commit is contained in:
antelle 2017-12-02 15:17:26 +01:00
parent 75ff0e4311
commit e0570c09b1
4 changed files with 3518 additions and 2454 deletions

View File

@ -1,11 +1,13 @@
{ {
"name": "KeeWeb", "name": "KeeWeb",
"version": "1.5.4", "version": "1.5.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true,
"dependencies": { "dependencies": {
"node-stream-zip": { "node-stream-zip": {
"version": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.3.7.tgz", "version": "1.4.1",
"integrity": "sha1-uImTxhXT9hNM9e0ckT/uvNvlAw4=" "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.4.1.tgz",
"integrity": "sha512-QYjWTLRNUqYwcHGu3JTcT8TF7PDX5P4SCISBzb3/t8Si4FVedVFagSm8GuOErZcxfg974DniSkr6Dg1XilTQmQ=="
} }
} }
} }

View File

@ -16,6 +16,6 @@
"license": "MIT", "license": "MIT",
"readme": "../README.md", "readme": "../README.md",
"dependencies": { "dependencies": {
"node-stream-zip": "1.3.7" "node-stream-zip": "1.4.1"
} }
} }

5960
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"babel-preset-es2015": "6.24.1", "babel-preset-es2015": "6.24.1",
"base64-loader": "1.0.0", "base64-loader": "1.0.0",
"cssnano": "3.10.0", "cssnano": "3.10.0",
"electron": "^1.7.3", "electron": "^1.7.9",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"eslint-config-standard": "10.2.1", "eslint-config-standard": "10.2.1",
"eslint-plugin-import": "^2.3.0", "eslint-plugin-import": "^2.3.0",