Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Oct 30, 2019
1 parent a47bb14 commit fd7d52d
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 351 deletions.
8 changes: 4 additions & 4 deletions @xen-orchestra/fs/package.json
Expand Up @@ -18,16 +18,16 @@
"dist/"
],
"engines": {
"node": ">=6"
"node": ">=8.10"
},
"dependencies": {
"@marsaud/smb2": "^0.14.0",
"@sindresorhus/df": "^2.1.0",
"@sindresorhus/df": "^3.1.1",
"@xen-orchestra/async-map": "^0.0.0",
"decorator-synchronized": "^0.5.0",
"execa": "^1.0.0",
"execa": "^3.2.0",
"fs-extra": "^8.0.1",
"get-stream": "^4.0.0",
"get-stream": "^5.1.0",
"limit-concurrency-decorator": "^0.4.0",
"lodash": "^4.17.4",
"promise-toolbox": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^4.0.0",
"exec-promise": "^0.7.0",
"flow-bin": "^0.109.0",
"flow-bin": "^0.110.1",
"globby": "^10.0.0",
"husky": "^3.0.0",
"jest": "^24.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vhd-cli/package.json
Expand Up @@ -24,7 +24,7 @@
"dist/"
],
"engines": {
"node": ">=6"
"node": ">=8.10"
},
"dependencies": {
"@xen-orchestra/fs": "^0.10.1",
Expand All @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^6.0.3",
"execa": "^2.0.2",
"execa": "^3.2.0",
"index-modules": "^0.3.0",
"promise-toolbox": "^0.14.0",
"rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vhd-lib/package.json
Expand Up @@ -18,7 +18,7 @@
"dist/"
],
"engines": {
"node": ">=6"
"node": ">=8.10"
},
"dependencies": {
"@xen-orchestra/log": "^0.2.0",
Expand All @@ -39,7 +39,7 @@
"@xen-orchestra/fs": "^0.10.1",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^6.0.3",
"execa": "^2.0.2",
"execa": "^3.2.0",
"fs-promise": "^2.0.0",
"get-stream": "^5.1.0",
"index-modules": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xen-api/package.json
Expand Up @@ -38,7 +38,7 @@
"debug": "^4.0.1",
"event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0",
"http-request-plus": "^0.8.0",
"http-request-plus": "^0.9.0",
"jest-diff": "^24.0.0",
"json-rpc-protocol": "^0.13.1",
"kindof": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-cli/package.json
Expand Up @@ -34,7 +34,7 @@
"chalk": "^2.2.0",
"exec-promise": "^0.7.0",
"fs-promise": "^2.0.3",
"http-request-plus": "^0.8.0",
"http-request-plus": "^0.9.0",
"human-format": "^0.10.0",
"l33teral": "^3.0.3",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/xo-server-sdn-controller/package.json
Expand Up @@ -17,7 +17,7 @@
},
"version": "0.3.1",
"engines": {
"node": ">=6"
"node": ">=8.10"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@xen-orchestra/log": "^0.2.0",
"lodash": "^4.17.11",
"node-openssl-cert": "^0.0.98",
"node-openssl-cert": "^0.0.101",
"promise-toolbox": "^0.14.0",
"uuid": "^3.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/xo-server/package.json
Expand Up @@ -30,7 +30,7 @@
"bin": "bin"
},
"engines": {
"node": ">=8"
"node": ">=8.10"
},
"dependencies": {
"@iarna/toml": "^2.2.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"deptree": "^1.0.0",
"event-to-promise": "^0.8.0",
"exec-promise": "^0.7.0",
"execa": "^2.0.5",
"execa": "^3.2.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fatfs": "^0.10.4",
Expand All @@ -72,7 +72,7 @@
"helmet": "^3.9.0",
"highland": "^2.11.1",
"http-proxy": "^1.16.2",
"http-request-plus": "^0.8.0",
"http-request-plus": "^0.9.0",
"http-server-plus": "^0.10.0",
"human-format": "^0.10.0",
"is-redirect": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xo-vmdk-to-vhd/package.json
Expand Up @@ -38,7 +38,7 @@
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^6.0.3",
"event-to-promise": "^0.8.0",
"execa": "^2.0.2",
"execa": "^3.2.0",
"fs-extra": "^8.0.1",
"get-stream": "^5.1.0",
"index-modules": "^0.3.0",
Expand Down

0 comments on commit fd7d52d

Please sign in to comment.