Skip to content

Commit

Permalink
build(deps-dev): bump standard from 16.0.4 to 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 26, 2022
1 parent 4215406 commit 8144e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function normalizeIPv6 (host, opts = {}) {
newHost += '%' + ipv6.zone
escapedHost += '%25' + ipv6.zone
}
return { host: newHost, escapedHost: escapedHost, isIPV6: true }
return { host: newHost, escapedHost, isIPV6: true }
} else {
return { host, isIPV6: false }
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"benchmark": "^2.1.4",
"coveralls": "^3.1.1",
"snazzy": "^9.0.0",
"standard": "^16.0.4",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.20.0",
"typescript": "^4.4.4",
Expand Down

0 comments on commit 8144e60

Please sign in to comment.