chore: Upgrade node => 5.9.1 and npm => 5.6.0 (#502)

The npm upgrade maybe solve the cross-platform package-lock.json problem.
This commit is contained in:
Róbert Kiss
2017-12-02 13:31:34 +01:00
committed by László Monda
parent 13f2b65a7c
commit 95d1d7f8b5
7 changed files with 598 additions and 1945 deletions

View File

@@ -1,14 +1,11 @@
{
"name": "uhk-agent",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/decompress": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@types/decompress/-/decompress-4.2.0.tgz",
"integrity": "sha512-f7bLkRy09Z+1kid9ylcWMRlJrEWe4ceqtoGvlFQ/hnxL7WIr+AEy5Bv8SCIRDm8FLqTv4VF+hTUCpSd7rHgtkQ==",
"dev": true,
"requires": {
"@types/node": "8.0.33"
}
@@ -16,14 +13,12 @@
"@types/node": {
"version": "8.0.33",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.33.tgz",
"integrity": "sha512-vmCdO8Bm1ExT+FWfC9sd9r4jwqM7o97gGy2WBshkkXbf/2nLAJQUrZfIhw27yVOtLUev6kSZc4cav/46KbDd8A==",
"dev": true
"integrity": "sha512-vmCdO8Bm1ExT+FWfC9sd9r4jwqM7o97gGy2WBshkkXbf/2nLAJQUrZfIhw27yVOtLUev6kSZc4cav/46KbDd8A=="
},
"@types/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.0.33.tgz",
"integrity": "sha1-EHPEvIJHVK49EM+riKsCN7qWTk0=",
"dev": true
"integrity": "sha1-EHPEvIJHVK49EM+riKsCN7qWTk0="
},
"abbrev": {
"version": "1.1.1",

File diff suppressed because it is too large Load Diff