From 12fcb23638a6444c9e2ef5a6ce122d6699a242a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:11:13 +0200 Subject: [PATCH] fix(deps): Update dependency get-it to v8.5.0 (#226) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 29 ++++++++--------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd0569c..aef9c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "discover-path": "1.0.0", "email-validator": "2.0.4", "execa": "5.1.1", - "get-it": "8.4.30", + "get-it": "8.5.0", "get-latest-version": "5.1.0", "git-remote-origin-url": "3.1.0", "git-user-info": "2.0.3", @@ -13116,6 +13116,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", + "dev": true, "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" @@ -13322,18 +13323,17 @@ } }, "node_modules/get-it": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.4.30.tgz", - "integrity": "sha512-pd361r0zg6zEMobLZQ77VYHgfcC3WBkTwhgZE0+TOkIWMU9406ejVdROxt73fqMZW70w32qxbCi5nAlAwtqABw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.5.0.tgz", + "integrity": "sha512-OHrFT+2Nxk7PbzSnRHUMFjF83zqCvfc/t5l+ysSEK1MhvN26BtRt/AcZeA7uDs8TGtVPDKdGqLeqENKsM6GTDg==", + "license": "MIT", "workspaces": [ "test-next" ], "dependencies": { "decompress-response": "^7.0.0", "follow-redirects": "^1.15.6", - "into-stream": "^6.0.0", "is-retry-allowed": "^2.2.0", - "is-stream": "^2.0.1", "progress-stream": "^2.0.0", "tunnel-agent": "^0.6.0" }, @@ -14532,21 +14532,6 @@ "node": ">= 0.4" } }, - "node_modules/into-stream": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", - "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", - "dependencies": { - "from2": "^2.3.0", - "p-is-promise": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", @@ -20884,6 +20869,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", + "dev": true, + "peer": true, "engines": { "node": ">=8" } diff --git a/package.json b/package.json index 74ad0d0..182ea01 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "discover-path": "1.0.0", "email-validator": "2.0.4", "execa": "5.1.1", - "get-it": "8.4.30", + "get-it": "8.5.0", "get-latest-version": "5.1.0", "git-remote-origin-url": "3.1.0", "git-user-info": "2.0.3",