Merge pull request #2725 from balena-io/update-resin-corvus

Update resin-corvus to ^2.0.3
This commit is contained in:
Alexis Svinartchouk 2019-04-03 18:09:20 +02:00 committed by GitHub
commit af462b3486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

12
npm-shrinkwrap.json generated
View File

@ -7301,6 +7301,11 @@
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
"integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s="
},
"json-cycle": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/json-cycle/-/json-cycle-1.3.0.tgz",
"integrity": "sha512-FD/SedD78LCdSvJaOUQAXseT8oQBb5z6IVYaQaCrVUlu9zOAr1BDdKyVYQaSD/GDsAMrXpKcOyBD4LIl8nfjHw=="
},
"json-parse-better-errors": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
@ -10621,15 +10626,16 @@
}
},
"resin-corvus": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/resin-corvus/-/resin-corvus-2.0.2.tgz",
"integrity": "sha512-3X88eWi2YBuLjU5NCMkxyyTUIE86euz0GHZT6WicGSnQjJHBB5HxMQG00sSGZ4NH75wO+VsQ/VIhXkmOIjYWww==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/resin-corvus/-/resin-corvus-2.0.3.tgz",
"integrity": "sha512-EEjZR7EV9KGVDm5conVTmkc6erl6Wzsy/74bAZb0uucRqlRl8NF5TSSFcDLZtEOytzKvJsNmJBNnYsesblMi+g==",
"requires": {
"arch": "^2.1.0",
"deep-map-keys": "^1.2.0",
"detect-process": "^1.0.4",
"electron-is-running-in-asar": "^1.0.0",
"flat": "^4.0.0",
"json-cycle": "^1.3.0",
"lodash": "^4.17.4",
"lodash-deep": "^2.0.0",
"mixpanel": "^0.10.1",

View File

@ -65,7 +65,7 @@
"redux": "^3.5.2",
"rendition": "4.41.1",
"request": "^2.81.0",
"resin-corvus": "^2.0.2",
"resin-corvus": "^2.0.3",
"roboto-fontface": "^0.9.0",
"semver": "^5.1.1",
"styled-components": "^3.2.3",