Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
cf86eb4 to
2cdc3e8
Compare
- Node 18 changes the resolution of `localhost` to ::1 (ipv6) instead of
127.0.0.1 (ipv4). In CI, we must tell Docker to map port 5432 (postgres)
on ipv6 instead of ipv4.
- Node 18 no longer spawns yarn.cmd with { shell: true } by default, so
in `scripts/lib/run.js`, we now set it explicitly if we detect that
the OS is win32.
Update Node to version 18.
Node 18 changes the resolution of
localhostto ::1 (ipv6) instead of 127.0.0.1 (ipv4). Tell Docker to map port 5432 (postgres) on ipv6 instead of ipv4.Node 18 no longer spawns yarn.cmd with { shell: true } by default, so in
scripts/lib/run.js, we now set it explicitly if we detect that the OS is win32.