mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Merge pull request #1538 from balena-io/update-livepush
Update livepush to fix windows path issue.
This commit is contained in:
commit
5210d474a9
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -8048,9 +8048,9 @@
|
||||
"integrity": "sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc="
|
||||
},
|
||||
"livepush": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/livepush/-/livepush-2.0.5.tgz",
|
||||
"integrity": "sha512-0oePKk58cQd3yhOLVJdq9yAgQXVrTsKL4IUKk6IxC2s8FMSFTyFVxivZ8iWhrlDKl9moh90KK9N6CnjWMcNH/A==",
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/livepush/-/livepush-2.0.6.tgz",
|
||||
"integrity": "sha512-z8mP6gxYFc2HE1PJdOmUz/1HLZxqFeoerAWPOX7WFFWxUqZX2PtYx4+K0FxFnrrzdjv0kuMaSU458VO2O/zLmg==",
|
||||
"requires": {
|
||||
"bluebird": "^3.5.1",
|
||||
"docker-file-parser": "^1.0.4",
|
||||
|
@ -195,7 +195,7 @@
|
||||
"is-root": "^2.1.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"klaw": "^3.0.0",
|
||||
"livepush": "^2.0.5",
|
||||
"livepush": "^2.0.6",
|
||||
"lodash": "^4.17.4",
|
||||
"minimatch": "^3.0.4",
|
||||
"mixpanel": "^0.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user