Skip to content

Commit 829205e

Browse files
committed
chore(deps): update dependency get-port to v5
1 parent 811c606 commit 829205e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-promise": "^4.1.1",
3939
"eslint-plugin-standard": "^4.0.0",
4040
"eslint-plugin-vue": "^5.2.2",
41-
"get-port": "^4.2.0",
41+
"get-port": "^5.0.0",
4242
"jest": "24.7.1",
4343
"nuxt-edge": "^2.4.0-25811407.6d8da0ed",
4444
"request-promise-native": "^1.0.7",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4400,10 +4400,12 @@ get-pkg-repo@^1.0.0:
44004400
parse-github-repo-url "^1.3.0"
44014401
through2 "^2.0.0"
44024402

4403-
get-port@^4.2.0:
4404-
version "4.2.0"
4405-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
4406-
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
4403+
get-port@^5.0.0:
4404+
version "5.0.0"
4405+
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.0.0.tgz#aa22b6b86fd926dd7884de3e23332c9f70c031a6"
4406+
integrity sha512-imzMU0FjsZqNa6BqOjbbW6w5BivHIuQKopjpPqcnx0AVHJQKCxK1O+Ab3OrVXhrekqfVMjwA9ZYu062R+KcIsQ==
4407+
dependencies:
4408+
type-fest "^0.3.0"
44074409

44084410
get-stdin@^4.0.1:
44094411
version "4.0.1"
@@ -9324,6 +9326,11 @@ type-check@~0.3.2:
93249326
dependencies:
93259327
prelude-ls "~1.1.2"
93269328

9329+
type-fest@^0.3.0:
9330+
version "0.3.0"
9331+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.0.tgz#1eb4a83c4ee233afd59d4db3faef44fecee0e9a2"
9332+
integrity sha512-fg3sfdDdJDtdHLUpeGsf/fLyG1aapk6zgFiYG5+MDUPybGrJemH4SLk5tP7hGRe8ntxjg0q5LYW53b6YpJIQ9Q==
9333+
93279334
type-is@~1.6.16:
93289335
version "1.6.16"
93299336
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194"

0 commit comments

Comments
 (0)