chore(deps): update dependency get-port to v5 (#5473)

This commit is contained in:
renovate[bot] 2019-04-07 13:21:33 +04:30 committed by Pooya Parsa
parent a9d2deb16a
commit 7ec48c3af0
2 changed files with 12 additions and 5 deletions

View File

@ -58,7 +58,7 @@
"finalhandler": "^1.1.1",
"fork-ts-checker-webpack-plugin": "^1.0.1",
"fs-extra": "^7.0.1",
"get-port": "^4.2.0",
"get-port": "^5.0.0",
"glob": "^7.1.3",
"is-wsl": "^1.1.0",
"jest": "^24.7.1",

View File

@ -5162,10 +5162,12 @@ get-port@^3.2.0:
resolved "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
get-port@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
get-port@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/get-port/-/get-port-5.0.0.tgz#aa22b6b86fd926dd7884de3e23332c9f70c031a6"
integrity sha512-imzMU0FjsZqNa6BqOjbbW6w5BivHIuQKopjpPqcnx0AVHJQKCxK1O+Ab3OrVXhrekqfVMjwA9ZYu062R+KcIsQ==
dependencies:
type-fest "^0.3.0"
get-stdin@^4.0.1:
version "4.0.1"
@ -10799,6 +10801,11 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"
type-fest@^0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.3.0.tgz#1eb4a83c4ee233afd59d4db3faef44fecee0e9a2"
integrity sha512-fg3sfdDdJDtdHLUpeGsf/fLyG1aapk6zgFiYG5+MDUPybGrJemH4SLk5tP7hGRe8ntxjg0q5LYW53b6YpJIQ9Q==
type-is@~1.6.16:
version "1.6.16"
resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194"