mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Update livepush to fix windows path issue.
Change-type: patch Connects-to: https://github.com/balena-io-modules/livepush/issues/55 Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
parent
65250e431e
commit
3cce8d822c
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…
x
Reference in New Issue
Block a user