Skip to content

Commit

Permalink
build(deps-dev): upgrade @open-draft/test-server to fix IPv6 compat…
Browse files Browse the repository at this point in the history
…ibility in Node v18

Upgrade version of `@open-draft/test-server` to fix a bug in
URL serialization of IPv6 hosts, which can occur when Node v18
resolves `localhost` to an IPv6 address on systems such as GHA
  • Loading branch information
milesrichardson committed Sep 29, 2022
1 parent 737d6b0 commit 75c55d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@open-draft/test-server": "^0.4.2",
"@open-draft/test-server": "^0.5.0",
"@ossjs/release": "^0.3.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -831,10 +831,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@open-draft/test-server@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@open-draft/test-server/-/test-server-0.4.2.tgz#45bef308e72209cccd2778c821834621d99db790"
integrity sha512-J9wbdQkPx5WKcDNtgfnXsx5ew4UJd6BZyGr89YlHeaUkOShkO2iO5QIyCCsG4qpjIvr2ZTkEYJA9ujOXXyO6Pg==
"@open-draft/test-server@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@open-draft/test-server/-/test-server-0.5.0.tgz#e67a9f3db00bb163c66b2e5b1b6ef06b1c576e24"
integrity sha512-E0cWfWsWR3MqpyO2tBWYmPoTMe7Xlsa2X8+IDs7TGHWspn7ryLa9OQmVnUdeDgNRlTOMyVJGhAwQSrP9yKzH2Q==
dependencies:
"@types/body-parser" "^1.19.0"
"@types/cors" "^2.8.9"
Expand Down

0 comments on commit 75c55d3

Please sign in to comment.