From e20c2c32c47d7508216826c8514ebc8bbdef85a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:07:32 +0000 Subject: [PATCH] build: bump get-port from 5.1.1 to 6.1.2 Bumps [get-port](https://github.com/sindresorhus/get-port) from 5.1.1 to 6.1.2. - [Release notes](https://github.com/sindresorhus/get-port/releases) - [Commits](https://github.com/sindresorhus/get-port/compare/v5.1.1...v6.1.2) --- updated-dependencies: - dependency-name: get-port dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ packages/web/package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad44738..5317889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5322,10 +5322,11 @@ } }, "node_modules/get-port": { - "version": "5.1.1", - "license": "MIT", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz", + "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==", "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -11578,7 +11579,7 @@ "cors": "^2.8.5", "dot-prop": "^6.0.1", "express": "^4.16.4", - "get-port": "^5.0.0", + "get-port": "^6.1.2", "jts": "^1.2.0", "lodash": "^4.17.11", "lusca": "^1.7.0", @@ -13585,7 +13586,7 @@ "cors": "^2.8.5", "dot-prop": "^6.0.1", "express": "^4.16.4", - "get-port": "^5.0.0", + "get-port": "^6.1.2", "jts": "^1.2.0", "lodash": "^4.17.11", "lusca": "^1.7.0", @@ -15662,7 +15663,9 @@ "dev": true }, "get-port": { - "version": "5.1.1" + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz", + "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==" }, "get-stream": { "version": "6.0.1", diff --git a/packages/web/package.json b/packages/web/package.json index 4951924..0077ea6 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -21,7 +21,7 @@ "cors": "^2.8.5", "dot-prop": "^6.0.1", "express": "^4.16.4", - "get-port": "^5.0.0", + "get-port": "^6.1.2", "jts": "^1.2.0", "lodash": "^4.17.11", "lusca": "^1.7.0",