Merge pull request #2430 from balena-io/update-deps

Update dependencies
This commit is contained in:
bulldozer-balena[bot] 2021-12-30 13:05:58 +00:00 committed by GitHub
commit f723c58089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1119 additions and 1051 deletions

2128
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -142,7 +142,7 @@
"@types/lodash": "^4.14.178",
"@types/mixpanel": "^2.14.3",
"@types/mocha": "^8.2.3",
"@types/mock-require": "^2.0.0",
"@types/mock-require": "^2.0.1",
"@types/moment-duration-format": "^2.2.3",
"@types/ndjson": "^2.0.1",
"@types/net-keepalive": "^0.4.1",
@ -172,7 +172,7 @@
"diff": "^5.0.0",
"electron-notarize": "^1.0.0",
"ent": "^2.2.0",
"filehound": "^1.17.4",
"filehound": "^1.17.5",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-inline-source": "^4.0.0",
@ -197,7 +197,7 @@
"@balena/es-version": "^1.0.1",
"@oclif/command": "^1.8.16",
"@resin.io/valid-email": "^0.1.0",
"@sentry/node": "^6.13.2",
"@sentry/node": "^6.16.1",
"@types/fast-levenshtein": "0.0.1",
"@types/update-notifier": "^4.1.1",
"JSONStream": "^1.0.3",
@ -214,41 +214,41 @@
"balena-settings-storage": "^7.0.0",
"balena-sync": "^11.0.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"body-parser": "^1.19.1",
"chalk": "^3.0.0",
"chokidar": "^3.4.3",
"chokidar": "^3.5.2",
"cli-truncate": "^2.1.0",
"cli-ux": "^5.5.1",
"color-hash": "^1.0.3",
"color-hash": "^1.1.1",
"columnify": "^1.5.2",
"common-tags": "^1.7.2",
"denymount": "^2.3.0",
"docker-modem": "^3.0.0",
"docker-progress": "^5.0.0",
"docker-modem": "^3.0.2",
"docker-progress": "^5.0.1",
"docker-qemu-transpose": "^1.1.1",
"dockerode": "^3.3.0",
"ejs": "^3.1.3",
"dockerode": "^3.3.1",
"ejs": "^3.1.6",
"etcher-sdk": "^6.2.1",
"event-stream": "3.3.4",
"express": "^4.13.3",
"express": "^4.17.2",
"fast-boot2": "^1.1.0",
"fast-levenshtein": "^3.0.0",
"filenamify": "^4.3.0",
"get-stdin": "^8.0.0",
"glob": "^7.1.7",
"global-agent": "^2.1.12",
"glob": "^7.2.0",
"global-agent": "^2.2.0",
"global-tunnel-ng": "^2.1.1",
"got": "^11.8.2",
"got": "^11.8.3",
"humanize": "0.0.9",
"inquirer": "^7.3.3",
"is-elevated": "^3.0.0",
"is-root": "^2.1.0",
"js-yaml": "^4.0.0",
"js-yaml": "^4.1.0",
"klaw": "^3.0.0",
"livepush": "^3.5.0",
"livepush": "^3.5.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"moment": "^2.27.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ndjson": "^2.0.0",
"net-keepalive": "^3.0.0",
@ -268,18 +268,18 @@
"resin-multibuild": "^4.12.2",
"resin-stream-logger": "^0.1.2",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"semver": "^7.3.5",
"shell-escape": "^0.2.0",
"split": "^1.0.1",
"stream-to-promise": "^2.2.0",
"string-width": "^4.2.0",
"string-width": "^4.2.3",
"strip-ansi-stream": "^1.0.0",
"tar-stream": "^2.1.3",
"tar-utils": "^2.1.1",
"through2": "^2.0.3",
"tmp": "^0.2.1",
"typed-error": "^3.2.1",
"update-notifier": "^4.1.0",
"update-notifier": "^5.1.0",
"which": "^2.0.2",
"window-size": "^1.1.0"
},

View File

@ -16,3 +16,5 @@ upstream:
url: 'https://github.com/balena-io-modules/etcher-sdk/'
- repo: 'resin-compose-parse'
url: 'https://github.com/balena-io-modules/resin-compose-parse'
- repo: 'docker-progress'
url: 'https://github.com/balena-io-modules/docker-progress'