From 05621a2a652563c2e4f0ae6f0710ee9aacd99a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:29:45 +0000 Subject: [PATCH] chore(deps): bump thread-stream from 2.0.1 to 2.1.0 Bumps [thread-stream](https://github.com/mcollina/thread-stream) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/mcollina/thread-stream/releases) - [Commits](https://github.com/mcollina/thread-stream/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: thread-stream dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe27067f4f..60ab9574b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "proxy-agent": "5.0.0", "selfsigned": "2.0.1", "sprintf-js": "1.1.2", - "thread-stream": "2.0.1", + "thread-stream": "2.1.0", "timexe": "1.0.5", "tunnel": "0.0.6" }, @@ -19019,9 +19019,9 @@ } }, "node_modules/thread-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.0.1.tgz", - "integrity": "sha512-X7vWOdsHLkBq0si20ruEE2ttpS7WOVyD52xKu+TOjrRP9Qi9uB9ynHYpzZUbBptArBSuKYUn4mH+jEBnO2CRGg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.1.0.tgz", + "integrity": "sha512-5+Pf2Ya31CsZyIPYYkhINzdTZ3guL+jHq7D8lkBybgGcSQIKDbid3NJku3SpCKeE/gACWAccDA/rH2B6doC5aA==", "dependencies": { "real-require": "^0.2.0" } @@ -34550,9 +34550,9 @@ } }, "thread-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.0.1.tgz", - "integrity": "sha512-X7vWOdsHLkBq0si20ruEE2ttpS7WOVyD52xKu+TOjrRP9Qi9uB9ynHYpzZUbBptArBSuKYUn4mH+jEBnO2CRGg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.1.0.tgz", + "integrity": "sha512-5+Pf2Ya31CsZyIPYYkhINzdTZ3guL+jHq7D8lkBybgGcSQIKDbid3NJku3SpCKeE/gACWAccDA/rH2B6doC5aA==", "requires": { "real-require": "^0.2.0" } diff --git a/package.json b/package.json index d8e1c327c9..bfcfeb9178 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "proxy-agent": "5.0.0", "selfsigned": "2.0.1", "sprintf-js": "1.1.2", - "thread-stream": "2.0.1", + "thread-stream": "2.1.0", "timexe": "1.0.5", "tunnel": "0.0.6" },