Skip to content

Commit

Permalink
deps: update get-port to 6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 13, 2024
1 parent 0716ff7 commit 52389a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@pact-foundation/pact-cli": "15.x || 16.x"
},
"dependencies": {
"get-port": "^5.0.0"
"get-port": "^6.1.2"
},
"lint-staged": {
"*.ts": [
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4136,10 +4136,15 @@ get-package-type@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"

get-port@*, get-port@^5.0.0:
get-port@*:
version "5.1.1"
resolved "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz"

get-port@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/get-port/-/get-port-6.1.2.tgz#c1228abb67ba0e17fb346da33b15187833b9c08a"
integrity sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==

get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
Expand Down

0 comments on commit 52389a6

Please sign in to comment.