Merge pull request #1276 from balena-io/bump-balena-register-device

Update balena-register-device to fix provisioning
This commit is contained in:
CameronDiver 2020-04-28 09:20:18 +01:00 committed by GitHub
commit 218c289fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1530,12 +1530,12 @@
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"balena-register-device": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/balena-register-device/-/balena-register-device-6.0.1.tgz",
"integrity": "sha512-2u2iFlbMP0nieTyitt9KW+LDDcZvLT6h5NbTHQsaepYcP8zIQOh9+EiIquCwHbDyVIjbSMbhoVWFU5VmNanCiA==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/balena-register-device/-/balena-register-device-6.1.1.tgz",
"integrity": "sha512-ztwzs4/x8Pkf1DhZ/vFSteTR1jGJJmGjgnk7p9Fmj3RTa4Q3ucu6LGFm/Ugcc9y95epqAtssP7HStJ9Lsy2/eQ==",
"dev": true,
"requires": {
"bluebird": "^3.0.0",
"bluebird": "^3.7.2",
"randomstring": "^1.1.5"
}
},

View File

@ -64,7 +64,7 @@
"@types/sinon-chai": "^3.2.3",
"@types/tmp": "^0.1.0",
"@types/yargs": "^15.0.4",
"balena-register-device": "^6.0.1",
"balena-register-device": "^6.1.1",
"blinking": "~0.0.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",