mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Update dependencies to pick up performance improvements
Change-type: patch
This commit is contained in:
parent
9ed363da9e
commit
82e17cea6a
779
npm-shrinkwrap.json
generated
779
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
25
package.json
25
package.json
@ -101,19 +101,19 @@
|
||||
"@types/archiver": "^2.1.3",
|
||||
"@types/bluebird": "^3.5.30",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/chai": "^4.2.10",
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/chai-as-promised": "^7.1.1",
|
||||
"@types/chokidar": "^2.1.3",
|
||||
"@types/common-tags": "^1.8.0",
|
||||
"@types/dockerode": "^2.5.24",
|
||||
"@types/ejs": "^3.0.1",
|
||||
"@types/dockerode": "^2.5.27",
|
||||
"@types/ejs": "^3.0.2",
|
||||
"@types/express": "^4.17.3",
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
"@types/global-agent": "^2.1.0",
|
||||
"@types/global-tunnel-ng": "^2.1.0",
|
||||
"@types/intercept-stdout": "^0.1.0",
|
||||
"@types/is-root": "^2.1.2",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/lodash": "^4.14.150",
|
||||
"@types/mixpanel": "^2.14.2",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/mocha": "^5.2.7",
|
||||
@ -121,11 +121,11 @@
|
||||
"@types/mz": "^2.7.0",
|
||||
"@types/net-keepalive": "^0.4.0",
|
||||
"@types/nock": "^11.0.7",
|
||||
"@types/node": "^10.17.17",
|
||||
"@types/node": "^10.17.20",
|
||||
"@types/prettyjson": "0.0.29",
|
||||
"@types/request": "^2.48.4",
|
||||
"@types/rewire": "^2.5.28",
|
||||
"@types/rimraf": "^2.0.3",
|
||||
"@types/rimraf": "^2.0.4",
|
||||
"@types/shell-escape": "^0.2.0",
|
||||
"@types/sinon": "^7.5.2",
|
||||
"@types/stream-to-promise": "2.2.0",
|
||||
@ -142,19 +142,18 @@
|
||||
"gulp-coffee": "^2.2.0",
|
||||
"gulp-inline-source": "^2.1.0",
|
||||
"gulp-shell": "^0.5.2",
|
||||
"husky": "^4.2.3",
|
||||
"husky": "^4.2.5",
|
||||
"intercept-stdout": "^0.1.2",
|
||||
"mocha": "^6.2.2",
|
||||
"mocha": "^6.2.3",
|
||||
"mock-require": "^3.0.3",
|
||||
"nock": "^11.9.1",
|
||||
"parse-link-header": "~1.0.1",
|
||||
"pkg": "^4.4.2",
|
||||
"prettier": "^1.19.1",
|
||||
"publish-release": "^1.6.1",
|
||||
"rewire": "^4.0.1",
|
||||
"simple-git": "^1.131.0",
|
||||
"sinon": "^7.5.0",
|
||||
"ts-node": "^8.6.2",
|
||||
"ts-node": "^8.9.0",
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -174,7 +173,7 @@
|
||||
"balena-preload": "^8.4.0",
|
||||
"balena-sdk": "^12.33.0",
|
||||
"balena-semver": "^2.2.0",
|
||||
"balena-settings-client": "^4.0.4",
|
||||
"balena-settings-client": "^4.0.5",
|
||||
"balena-sync": "^10.2.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"body-parser": "^1.19.0",
|
||||
@ -230,10 +229,10 @@
|
||||
"resin-doodles": "^0.1.1",
|
||||
"resin-image-fs": "^5.0.9",
|
||||
"resin-multibuild": "^4.4.2",
|
||||
"resin-release": "^1.2.0",
|
||||
"resin-release": "^1.2.2",
|
||||
"resin-stream-logger": "^0.1.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"rindle": "^1.3.4",
|
||||
"rindle": "^1.3.6",
|
||||
"semver": "^7.1.3",
|
||||
"shell-escape": "^0.2.0",
|
||||
"split": "^1.0.1",
|
||||
|
@ -73,7 +73,6 @@ describe('detectEncoding() function', function() {
|
||||
'node_modules/.bin/mocha',
|
||||
'node_modules/.bin/rimraf',
|
||||
'node_modules/.bin/gulp',
|
||||
'node_modules/.bin/prettier',
|
||||
'node_modules/.bin/coffeelint',
|
||||
'node_modules/.bin/tsc',
|
||||
'node_modules/.bin/balena-lint',
|
||||
|
Loading…
Reference in New Issue
Block a user