Skip to content

Commit a28434b

Browse files
chore(deps): bump get-port from 5.1.1 to 7.1.0
Bumps [get-port](https://github.com/sindresorhus/get-port) from 5.1.1 to 7.1.0. - [Release notes](https://github.com/sindresorhus/get-port/releases) - [Commits](sindresorhus/get-port@v5.1.1...v7.1.0) --- updated-dependencies: - dependency-name: get-port dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7aa9175 commit a28434b

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@pact-foundation/pact-cli": "15.x || 16.x"
8585
},
8686
"dependencies": {
87-
"get-port": "^5.0.0"
87+
"get-port": "^7.1.0"
8888
},
8989
"lint-staged": {
9090
"*.ts": [

yarn.lock

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,9 +4135,10 @@ get-package-type@^0.1.0:
41354135
version "0.1.0"
41364136
resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"
41374137

4138-
get-port@*, get-port@^5.0.0:
4139-
version "5.1.1"
4140-
resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz"
4138+
get-port@*, get-port@^7.1.0:
4139+
version "7.1.0"
4140+
resolved "https://registry.yarnpkg.com/get-port/-/get-port-7.1.0.tgz#d5a500ebfc7aa705294ec2b83cc38c5d0e364fec"
4141+
integrity sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==
41414142

41424143
get-stream@^3.0.0:
41434144
version "3.0.0"
@@ -8255,7 +8256,7 @@ string-length@^4.0.1:
82558256
char-regex "^1.0.2"
82568257
strip-ansi "^6.0.0"
82578258

8258-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8259+
"string-width-cjs@npm:string-width@^4.2.0":
82598260
version "4.2.3"
82608261
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
82618262
dependencies:
@@ -8271,6 +8272,14 @@ string-width@^1.0.1:
82718272
is-fullwidth-code-point "^1.0.0"
82728273
strip-ansi "^3.0.0"
82738274

8275+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8276+
version "4.2.3"
8277+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8278+
dependencies:
8279+
emoji-regex "^8.0.0"
8280+
is-fullwidth-code-point "^3.0.0"
8281+
strip-ansi "^6.0.1"
8282+
82748283
string-width@^2.0.0, string-width@^2.1.1:
82758284
version "2.1.1"
82768285
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
@@ -8371,7 +8380,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
83718380
version "1.0.1"
83728381
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz"
83738382

8374-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8383+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
83758384
version "6.0.1"
83768385
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
83778386
dependencies:
@@ -8395,6 +8404,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
83958404
dependencies:
83968405
ansi-regex "^4.1.0"
83978406

8407+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8408+
version "6.0.1"
8409+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8410+
dependencies:
8411+
ansi-regex "^5.0.1"
8412+
83988413
strip-ansi@^7.0.1:
83998414
version "7.0.1"
84008415
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz"
@@ -9146,7 +9161,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
91469161
dependencies:
91479162
errno "~0.1.7"
91489163

9149-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9164+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
91509165
version "7.0.0"
91519166
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
91529167
dependencies:
@@ -9170,6 +9185,14 @@ wrap-ansi@^6.2.0:
91709185
string-width "^4.1.0"
91719186
strip-ansi "^6.0.0"
91729187

9188+
wrap-ansi@^7.0.0:
9189+
version "7.0.0"
9190+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9191+
dependencies:
9192+
ansi-styles "^4.0.0"
9193+
string-width "^4.1.0"
9194+
strip-ansi "^6.0.0"
9195+
91739196
wrap-ansi@^8.1.0:
91749197
version "8.1.0"
91759198
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)