Merge pull request #1538 from balena-io/update-livepush

Update livepush to fix windows path issue.
This commit is contained in:
srlowe 2019-12-17 15:53:06 +01:00 committed by GitHub
commit 5210d474a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",