Skip to content

Commit e344e3d

Browse files
authored
Merge pull request #7 from nuxt-community/renovate/get-port-5.x
chore(deps): update dependency get-port to v5
2 parents cbd4811 + 829205e commit e344e3d

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
@@ -4376,10 +4376,12 @@ get-pkg-repo@^1.0.0:
43764376
parse-github-repo-url "^1.3.0"
43774377
through2 "^2.0.0"
43784378

4379-
get-port@^4.2.0:
4380-
version "4.2.0"
4381-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
4382-
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
4379+
get-port@^5.0.0:
4380+
version "5.0.0"
4381+
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.0.0.tgz#aa22b6b86fd926dd7884de3e23332c9f70c031a6"
4382+
integrity sha512-imzMU0FjsZqNa6BqOjbbW6w5BivHIuQKopjpPqcnx0AVHJQKCxK1O+Ab3OrVXhrekqfVMjwA9ZYu062R+KcIsQ==
4383+
dependencies:
4384+
type-fest "^0.3.0"
43834385

43844386
get-stdin@^4.0.1:
43854387
version "4.0.1"
@@ -9288,6 +9290,11 @@ type-check@~0.3.2:
92889290
dependencies:
92899291
prelude-ls "~1.1.2"
92909292

9293+
type-fest@^0.3.0:
9294+
version "0.3.0"
9295+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.0.tgz#1eb4a83c4ee233afd59d4db3faef44fecee0e9a2"
9296+
integrity sha512-fg3sfdDdJDtdHLUpeGsf/fLyG1aapk6zgFiYG5+MDUPybGrJemH4SLk5tP7hGRe8ntxjg0q5LYW53b6YpJIQ9Q==
9297+
92919298
type-is@~1.6.16:
92929299
version "1.6.16"
92939300
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194"

0 commit comments

Comments
 (0)