npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-01 04:12:43 +03:00
parent b9013b20da
commit 43c881075c
2 changed files with 8 additions and 8 deletions

View File

@ -222,16 +222,16 @@
}
},
"electron-wix-msi": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/electron-wix-msi/-/electron-wix-msi-1.2.3.tgz",
"integrity": "sha512-5cWuQbI+p6KVGr8ZafIOFIwqhiIzynpPzVwTjJ5J5QTkgSvlqPP+PIJtZ5dJiLpNtU3eFgsHs+qpmSB4fGx8FA==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/electron-wix-msi/-/electron-wix-msi-1.3.0.tgz",
"integrity": "sha512-EniMpjYKizQ8fGiv5L6ef68ahZtqaDCqIQONiHiPx0PKCTZ1qfhpiMRLidZ+d2PBkMksgQuSYpI0N9AzRR5+cg==",
"dev": true,
"requires": {
"debug": "3.1.0",
"fs-extra": "4.0.3",
"klaw": "2.1.1",
"lodash": "4.17.4",
"uuid": "3.1.0"
"uuid": "3.2.1"
}
},
"encoding": {
@ -1673,9 +1673,9 @@
}
},
"uuid": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
"integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
"integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
"dev": true
},
"verror": {

View File

@ -45,7 +45,7 @@
"react-dom": "^15.6.2"
},
"devDependencies": {
"electron-wix-msi": "^1.2.3",
"electron-wix-msi": "^1.3.0",
"less": "*"
},
"bin": {