Skip to content

Commit c13c2ff

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency get-port to v5 (#14)
1 parent 58475c5 commit c13c2ff

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-promise": "^4.1.1",
7272
"eslint-plugin-standard": "^4.0.0",
7373
"eslint-plugin-vue": "^5.2.2",
74-
"get-port": "^4.2.0",
74+
"get-port": "^5.0.0",
7575
"husky": "^2.2.0",
7676
"jest": "^24.8.0",
7777
"jsdom": "^15.1.0",

yarn.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -4735,10 +4735,12 @@ get-pkg-repo@^1.0.0:
47354735
parse-github-repo-url "^1.3.0"
47364736
through2 "^2.0.0"
47374737

4738-
get-port@^4.2.0:
4739-
version "4.2.0"
4740-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119"
4741-
integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw==
4738+
get-port@^5.0.0:
4739+
version "5.0.0"
4740+
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.0.0.tgz#aa22b6b86fd926dd7884de3e23332c9f70c031a6"
4741+
integrity sha512-imzMU0FjsZqNa6BqOjbbW6w5BivHIuQKopjpPqcnx0AVHJQKCxK1O+Ab3OrVXhrekqfVMjwA9ZYu062R+KcIsQ==
4742+
dependencies:
4743+
type-fest "^0.3.0"
47424744

47434745
[email protected], get-stdin@^7.0.0:
47444746
version "7.0.0"

0 commit comments

Comments
 (0)