From b6cbadaba57d58ebdc1280e8af6c38a57b0f9438 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Tue, 21 May 2024 13:30:28 -0400 Subject: [PATCH] Revert "fix(deps): update dependency get-port to v7 (#6613)" (#6638) This reverts commit 1928acb86e5372106abc0d087b96173e9dbbcd63. --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b01f2cb2a65..2608bdc595a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "folder-walker": "3.2.0", "from2-array": "0.0.4", "fuzzy": "0.1.3", - "get-port": "7.1.0", + "get-port": "5.1.1", "gh-release-fetch": "4.0.3", "git-repo-info": "2.1.1", "gitconfiglocal": "2.1.0", @@ -14212,11 +14212,11 @@ } }, "node_modules/get-port": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz", - "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz", + "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==", "engines": { - "node": ">=16" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -34920,9 +34920,9 @@ "integrity": "sha512-LmCKVxioe63Fy6KDAQ/mmCSOSSRUE/x4zdrMD+7dU8quF3bGpzvP8mOmq4Dgce3nzU9AgkVDotucNOOg7c27BQ==" }, "get-port": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz", - "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz", + "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==" }, "get-port-please": { "version": "3.1.2", diff --git a/package.json b/package.json index a934a2003c7..919c0e0808b 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "folder-walker": "3.2.0", "from2-array": "0.0.4", "fuzzy": "0.1.3", - "get-port": "7.1.0", + "get-port": "5.1.1", "gh-release-fetch": "4.0.3", "git-repo-info": "2.1.1", "gitconfiglocal": "2.1.0",