TooTallNate / proxy-agents

Node.js HTTP Proxy Agents Monorepo
https://proxy-agents.n8.io
872 stars 229 forks source link

[degenerator] Update escodegen #226

Closed WikiRik closed 11 months ago

WikiRik commented 11 months ago

This removes optionator which further down the line also removes word-wrap v1.2.3 which has a security vulnerability. The breaking change occuring for escodegen v2 is that it requires Node 6 now instead of Node 4 which is not an issue for this project.

It seems that there are a few changes to the pnpm lockfile that look like they might not be related to this PR but I have installed version 7.32.2 (as mentioned in the test CI workflow), installed dependencies before changing anything and all these changes seem to be coming from that.

changeset-bot[bot] commented 11 months ago

🦋 Changeset detected

Latest commit: ac00c28619d1253b5613a38235c534f46ace85e2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------- | ----- | | degenerator | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
proxy-agents ✅ Ready (Inspect) Visit Preview Jul 19, 2023 8:17pm
TooTallNate commented 11 months ago

Thank you!