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",