Merge pull request #1461 from balena-io/1355-SecretRemovalError-multibuild-script

Bump resin-multibuild to 4.3.1 (fix more cases of SecretRemovalError)
This commit is contained in:
Paulo Castro 2019-10-04 13:58:47 +01:00 committed by GitHub
commit 59e4eb5143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 9 deletions

27
npm-shrinkwrap.json generated
View File

@ -7408,6 +7408,15 @@
"resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.0.1.tgz",
"integrity": "sha512-RezD+WcCfW4VkMkEcQWL/Nmy/nqsWTvTYg7oUmTGzglvSSV2P9h2z1PVeREPFf0GWNzruYleAt1XCMQZSg1xxQ=="
},
"io-ts-reporters": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/io-ts-reporters/-/io-ts-reporters-1.0.0.tgz",
"integrity": "sha512-jjMvTnFYYxX3ue3cajmqCAf7sM4+lFvaaUuAL+otJv2DE+WDxYvQeCcUYveoq37rVSftJHZBEOrnvz3x0VdRXA==",
"requires": {
"fp-ts": "^2.0.2",
"io-ts": "^2.0.0"
}
},
"ip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
@ -14776,9 +14785,9 @@
"dev": true
},
"resin-bundle-resolve": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/resin-bundle-resolve/-/resin-bundle-resolve-4.1.1.tgz",
"integrity": "sha512-pEN1SE3i8kYEkphE/2gvvAok/k1xLhGmJVrwiG8p4MM06hW3RLcAw8Wuv3IdBzt1OK2ITmOg1C9vr710sLqPVA==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/resin-bundle-resolve/-/resin-bundle-resolve-4.1.3.tgz",
"integrity": "sha512-3/1ZmDQuf/Nmwlqx0fY0kaJV99Kcj+GBP3azwghYvkRGzDgbX7aBnA+C6pMZylIsP+TPu5bcqJDRip1aKq0XVw==",
"requires": {
"@types/tar-stream": "^1.6.0",
"bluebird": "^3.5.4",
@ -14788,7 +14797,8 @@
"request": "^2.81.0",
"semver": "^6.0.0",
"strict-event-emitter-types": "^2.0.0",
"tar-stream": "^2.0.1"
"tar-stream": "^2.0.1",
"typed-error": "^3.1.0"
},
"dependencies": {
"bl": {
@ -15341,9 +15351,9 @@
}
},
"resin-multibuild": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/resin-multibuild/-/resin-multibuild-4.0.2.tgz",
"integrity": "sha512-rJkU33ytdxGMn5pPpnpVqaWsI8pETjXYarxdVvU6JPQBHJapKYLfAnMsAkAgFXNxKCs6an8uPIpjzapDJxwrfA==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/resin-multibuild/-/resin-multibuild-4.3.1.tgz",
"integrity": "sha512-tpocIxmIRvMGMMUF5wCjy0DcZS2jIzKZ65CtMoIxMcV9Pp25JjhDyUqIVEpC1RO6I/C+pHqWfhSyLiYj9B+rYg==",
"requires": {
"@types/bluebird": "3.5.20",
"@types/dockerode": "2.5.5",
@ -15357,9 +15367,10 @@
"dockerode": "^2.5.8",
"fp-ts": "^2.0.0",
"io-ts": "^2.0.0",
"io-ts-reporters": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.4",
"resin-bundle-resolve": "^4.1.0",
"resin-bundle-resolve": "^4.1.3",
"resin-compose-parse": "^2.0.4",
"resin-docker-build": "^1.0.1",
"tar-stream": "^2.0.1",

View File

@ -208,7 +208,7 @@
"resin-compose-parse": "^2.1.0",
"resin-doodles": "0.0.1",
"resin-image-fs": "^5.0.8",
"resin-multibuild": "4.0.2",
"resin-multibuild": "^4.3.1",
"resin-release": "^1.2.0",
"resin-semver": "^1.6.0",
"resin-stream-logger": "^0.1.2",