Skip to content

Commit 792e9f5

Browse files
committed
Upgrade get-port dev-dependency to v5.1.1 (#5616)
This potentially fixes a flaky test which we think sometimes fails because it can't bind to a port. This newer version of `get-port` fixes a race-condition that might solve this for us.
1 parent c9e5dd8 commit 792e9f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"eslint-plugin-promise": "^7.2.1",
143143
"eslint-plugin-unicorn": "^57.0.0",
144144
"express": "^4.21.2",
145-
"get-port": "^3.2.0",
145+
"get-port": "^5.1.1",
146146
"glob": "^7.1.6",
147147
"globals": "^15.10.0",
148148
"graphql": "0.13.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,10 +2153,10 @@ get-package-type@^0.1.0:
21532153
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
21542154
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
21552155

2156-
get-port@^3.2.0:
2157-
version "3.2.0"
2158-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
2159-
integrity sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==
2156+
get-port@^5.1.1:
2157+
version "5.1.1"
2158+
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
2159+
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
21602160

21612161
get-proto@^1.0.0, get-proto@^1.0.1:
21622162
version "1.0.1"

0 commit comments

Comments
 (0)