Update resumable-request

Update resumable-request from 2.0.0 to 2.0.1

Change-type: patch
This commit is contained in:
Pagan Gazzard 2020-08-05 12:26:22 +01:00
parent 5e62c2987a
commit abf5cac4a3
3 changed files with 1191 additions and 1732 deletions

2890
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,9 +38,9 @@
"devDependencies": {
"@balena/contrato": "^0.5.0",
"@balena/lint": "^5.1.0",
"@types/bluebird": "^3.5.31",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/bluebird": "^3.5.32",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/common-tags": "^1.8.0",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/dbus": "^1.0.0",
@ -48,24 +48,24 @@
"@types/event-stream": "^3.3.34",
"@types/express": "^4.17.3",
"@types/lockfile": "^1.0.1",
"@types/lodash": "^4.14.151",
"@types/lodash": "^4.14.158",
"@types/memoizee": "^0.4.4",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/morgan": "^1.9.0",
"@types/mz": "0.0.32",
"@types/node": "^12.12.39",
"@types/request": "^2.48.4",
"@types/node": "^12.12.53",
"@types/request": "^2.48.5",
"@types/rimraf": "^2.0.4",
"@types/rwlock": "^5.0.2",
"@types/semver": "^7.2.0",
"@types/semver": "^7.3.1",
"@types/shell-quote": "^1.6.1",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.4",
"@types/supertest": "^2.0.9",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/tmp": "^0.1.0",
"@types/webpack": "^4.41.17",
"@types/webpack": "^4.41.21",
"@types/yargs": "^15.0.5",
"balena-register-device": "^6.1.6",
"blinking": "~0.0.3",
@ -75,7 +75,7 @@
"chai-events": "0.0.1",
"chokidar": "^3.3.1",
"common-tags": "^1.8.0",
"copy-webpack-plugin": "^6.0.2",
"copy-webpack-plugin": "^6.0.3",
"deep-object-diff": "^1.1.0",
"docker-delta": "^2.2.9",
"docker-progress": "^3.0.5",
@ -83,14 +83,14 @@
"duration-js": "^4.0.0",
"event-stream": "3.3.4",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^5.0.1",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"fp-ts": "^2.5.3",
"husky": "^4.2.5",
"io-ts": "^2.1.2",
"io-ts-reporters": "^1.0.0",
"json-mask": "^0.3.9",
"knex": "^0.20.13",
"lint-staged": "^10.0.8",
"lint-staged": "^10.2.11",
"livepush": "^3.3.0",
"lockfile": "^1.0.4",
"lodash": "^4.17.19",
@ -105,9 +105,8 @@
"pinejs-client-request": "^7.1.0",
"pretty-ms": "^5.1.0",
"request": "^2.88.2",
"resin-cli-visuals": "^1.5.2",
"resin-docker-build": "^1.1.4",
"resumable-request": "^2.0.0",
"resumable-request": "^2.0.1",
"rimraf": "^2.7.1",
"rwlock": "^5.0.0",
"shell-quote": "^1.7.2",
@ -121,9 +120,9 @@
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typed-error": "^2.0.0",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"winston": "^3.2.1",
"yargs": "^15.3.1"
},

View File

@ -8,5 +8,7 @@ backports:
upstream:
- repo: 'pinejs-client-request'
url: 'https://github.com/balena-io-modules/pinejs-client-request'
- repo: 'resumable-request'
url: 'https://github.com/balena-io-modules/resumable-request'
- repo: 'contrato'
url: 'https://github.com/balena-io/contrato'