From 0eec275de700f75b81bc95cab2679639644696d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 11:34:55 +0000 Subject: [PATCH] Bump concat-stream from 1.4.10 to 1.4.11 in /tools/buildimage/lib/imgadm Bumps [concat-stream](https://github.com/maxogden/concat-stream) from 1.4.10 to 1.4.11. - [Release notes](https://github.com/maxogden/concat-stream/releases) - [Commits](https://github.com/maxogden/concat-stream/compare/v1.4.10...v1.4.11) Signed-off-by: dependabot[bot] --- tools/buildimage/lib/imgadm/package-lock.json | 6 +++--- tools/buildimage/lib/imgadm/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/buildimage/lib/imgadm/package-lock.json b/tools/buildimage/lib/imgadm/package-lock.json index a84b068..e3a0b0b 100644 --- a/tools/buildimage/lib/imgadm/package-lock.json +++ b/tools/buildimage/lib/imgadm/package-lock.json @@ -513,9 +513,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "concat-stream": { - "version": "1.4.10", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.10.tgz", - "integrity": "sha1-rMO79WAsuMyYDGrIQPp9hgPj7zY=", + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.11.tgz", + "integrity": "sha512-X3JMh8+4je3U1cQpG87+f9lXHDrqcb2MVLg9L7o8b1UZ0DzhRrUpdn65ttzu10PpJPPI3MQNkis+oha6TSA9Mw==", "requires": { "inherits": "~2.0.1", "readable-stream": "~1.1.9", diff --git a/tools/buildimage/lib/imgadm/package.json b/tools/buildimage/lib/imgadm/package.json index ce445fe..5344307 100644 --- a/tools/buildimage/lib/imgadm/package.json +++ b/tools/buildimage/lib/imgadm/package.json @@ -10,7 +10,7 @@ "backoff": "2.4.0", "bunyan": "1.8.12", "cmdln": "3.2.1", - "concat-stream": "1.4.10", + "concat-stream": "1.4.11", "docker-registry-client": "3.2.10", "extsprintf": "1.2.0", "findit2": "2.2.3",