jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.87k stars 77 forks source link

update axios@1.7.4 and other minor #162

Closed jeffbski closed 3 months ago

jeffbski commented 3 months ago

axios@1.7.4 update with a security fix, now requires the URL when using a socket to include the protocol and server name.

For example:

http://unix:SOCKETPATH:http://server/foo/bar

instead of

http://unix:SOCKETPATH:/foo/bar

Due to this change, I have updated my tests, docs, and will bump the major version