From d267a95ac61da74dbebef9cd46d78962d328e484 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Sep 2021 20:02:39 +0000 Subject: [PATCH] fix: upgrade get-stream from 5.1.0 to 5.2.0 Snyk has created this PR to upgrade get-stream from 5.1.0 to 5.2.0. See this package in npm: https://www.npmjs.com/package/get-stream See this project in Snyk: https://app.snyk.io/org/duluca/project/d370968a-f69a-46ec-bbc5-1961ce405a04?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fef2d24..7edbd52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1922,7 +1922,8 @@ }, "hosted-git-info": { "version": "2.8.8", - "resolved": "" + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" }, "indent-string": { "version": "3.2.0", @@ -3870,9 +3871,9 @@ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=" }, "get-stream": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", - "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "requires": { "pump": "^3.0.0" } @@ -5816,7 +5817,8 @@ }, "hosted-git-info": { "version": "2.8.8", - "resolved": "" + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" }, "locate-path": { "version": "5.0.0", diff --git a/package.json b/package.json index 711dacf..446e9d9 100644 --- a/package.json +++ b/package.json @@ -349,7 +349,7 @@ "dependencies": { "execa": "^4.0.0", "get-latest-version": "^1.0.1", - "get-stream": "^5.1.0", + "get-stream": "^5.2.0", "open": "^7.0.2", "standard-version": "^9.1.0" },