Bump kill-port from 1.6.1 to 2.0.0 (#27770)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-19 13:36:53 +00:00 коммит произвёл GitHub
Родитель bd18b0697b
Коммит 21362499a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

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

Просмотреть файл

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