From 0bbdcc8f6af786a6acd48caf176a58d4d1c0d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 06:06:20 +0000 Subject: [PATCH] Bump kill-port from 1.6.1 to 2.0.0 Bumps [kill-port](https://github.com/tiaanduplessis/kill-port) from 1.6.1 to 2.0.0. - [Release notes](https://github.com/tiaanduplessis/kill-port/releases) - [Commits](https://github.com/tiaanduplessis/kill-port/commits/v2.0.0) --- updated-dependencies: - dependency-name: kill-port dependency-type: direct:development update-type: version-update:semver-major ... 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 6a9e375c2c5a..f53980c0cf28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -143,7 +143,7 @@ "jest-fail-on-console": "^2.2.3", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", - "kill-port": "1.6.1", + "kill-port": "2.0.0", "linkinator": "^3.0.3", "lint-staged": "^12.3.3", "make-promises-safe": "^5.1.0", @@ -12857,9 +12857,9 @@ } }, "node_modules/kill-port": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/kill-port/-/kill-port-1.6.1.tgz", - "integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.0.tgz", + "integrity": "sha512-TWGAJ/SGy52aKhYpPSCw4S/WR0rTYkC2+6oRp5xBlLo4UvJe3Gt0MwROO8hI+Hu4YkTDhe27EPKKeFUtqNNfdA==", "dev": true, "dependencies": { "get-them-args": "1.3.2", @@ -32003,9 +32003,9 @@ } }, "kill-port": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/kill-port/-/kill-port-1.6.1.tgz", - "integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.0.tgz", + "integrity": "sha512-TWGAJ/SGy52aKhYpPSCw4S/WR0rTYkC2+6oRp5xBlLo4UvJe3Gt0MwROO8hI+Hu4YkTDhe27EPKKeFUtqNNfdA==", "dev": true, "requires": { "get-them-args": "1.3.2", diff --git a/package.json b/package.json index 44d4ab9a0692..4ae3f88787bc 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "jest-fail-on-console": "^2.2.3", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", - "kill-port": "1.6.1", + "kill-port": "2.0.0", "linkinator": "^3.0.3", "lint-staged": "^12.3.3", "make-promises-safe": "^5.1.0",