Update dependencies

Update docker-delta from 2.2.9 to 2.2.11
Update docker-progress from 3.0.5 to 4.0.3
Update docker-toolbelt from 3.3.8 to 3.3.10
Update livepush from 3.3.0 to 3.5.1
Update resin-docker-build from 1.1.4 to 1.1.6

Change-type: patch
This commit is contained in:
Pagan Gazzard 2020-08-19 12:11:52 +01:00
parent 8845e55d56
commit ea34a2d10a
3 changed files with 791 additions and 900 deletions

1639
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,15 +54,15 @@
"@types/mocha": "^5.2.7",
"@types/morgan": "^1.9.0",
"@types/mz": "0.0.32",
"@types/node": "^12.12.53",
"@types/node": "^12.12.54",
"@types/request": "^2.48.5",
"@types/rimraf": "^2.0.4",
"@types/rwlock": "^5.0.2",
"@types/semver": "^7.3.1",
"@types/shell-quote": "^1.6.1",
"@types/semver": "^7.3.3",
"@types/shell-quote": "^1.7.0",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.4",
"@types/supertest": "^2.0.9",
"@types/supertest": "^2.0.10",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/tmp": "^0.1.0",
"@types/webpack": "^4.41.21",
@ -73,39 +73,39 @@
"body-parser": "^1.19.0",
"chai-as-promised": "^7.1.1",
"chai-events": "0.0.1",
"chokidar": "^3.3.1",
"chokidar": "^3.4.2",
"common-tags": "^1.8.0",
"copy-webpack-plugin": "^6.0.3",
"deep-object-diff": "^1.1.0",
"docker-delta": "^2.2.9",
"docker-progress": "^3.0.5",
"docker-toolbelt": "^3.3.8",
"docker-delta": "^2.2.11",
"docker-progress": "^4.0.3",
"docker-toolbelt": "^3.3.10",
"duration-js": "^4.0.0",
"event-stream": "3.3.4",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"fp-ts": "^2.5.3",
"fork-ts-checker-webpack-plugin": "^5.1.0",
"fp-ts": "^2.8.1",
"husky": "^4.2.5",
"io-ts": "^2.1.2",
"io-ts-reporters": "^1.0.0",
"io-ts": "^2.2.10",
"io-ts-reporters": "^1.2.2",
"json-mask": "^0.3.9",
"knex": "^0.20.13",
"lint-staged": "^10.2.11",
"livepush": "^3.3.0",
"livepush": "^3.5.1",
"lockfile": "^1.0.4",
"lodash": "^4.17.20",
"memoizee": "^0.4.14",
"mixpanel": "^0.10.3",
"mkdirp": "^0.5.3",
"mkdirp": "^0.5.5",
"mocha": "^5.2.0",
"morgan": "^1.10.0",
"mz": "^2.7.0",
"network-checker": "^0.1.1",
"nodemon": "^2.0.2",
"nodemon": "^2.0.4",
"pinejs-client-request": "^7.2.1",
"pretty-ms": "^5.1.0",
"pretty-ms": "^7.0.0",
"request": "^2.88.2",
"resin-docker-build": "^1.1.4",
"resin-docker-build": "^1.1.6",
"resumable-request": "^2.0.1",
"rimraf": "^2.7.1",
"rwlock": "^5.0.0",
@ -114,8 +114,8 @@
"sinon-chai": "^3.5.0",
"strict-event-emitter-types": "^2.0.0",
"supertest": "^4.0.2",
"tar-stream": "^2.1.2",
"terser-webpack-plugin": "^3.0.5",
"tar-stream": "^2.1.3",
"terser-webpack-plugin": "^4.1.0",
"tmp": "^0.1.0",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
@ -123,8 +123,8 @@
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"winston": "^3.2.1",
"yargs": "^15.3.1"
"winston": "^3.3.3",
"yargs": "^15.4.1"
},
"husky": {
"hooks": {

View File

@ -6,8 +6,18 @@ backports:
sunset: 10.3.x
upstream:
- repo: 'docker-delta'
url: 'https://github.com/balena-io-modules/node-docker-delta'
- repo: 'docker-progress'
url: 'https://github.com/balena-io-modules/docker-progress'
- repo: 'docker-toolbelt'
url: 'https://github.com/balena-io-modules/docker-toolbelt'
- repo: 'livepush'
url: 'https://github.com/balena-io-modules/livepush'
- repo: 'pinejs-client-request'
url: 'https://github.com/balena-io-modules/pinejs-client-request'
- repo: 'resin-docker-build'
url: 'https://github.com/balena-io-modules/resin-docker-build'
- repo: 'resumable-request'
url: 'https://github.com/balena-io-modules/resumable-request'
- repo: 'typed-error'