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:
Scott Lowe 2019-12-17 15:24:34 +01:00
parent 65250e431e
commit 3cce8d822c
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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",