Skip to content

Commit

Permalink
[degenerator] Update escodegen (#226)
Browse files Browse the repository at this point in the history
Update escodegen to fix security vulnerability warning for `word-wrap` dependency.
  • Loading branch information
WikiRik committed Jul 19, 2023
1 parent 9235192 commit a7d4fe5
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 86 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-cherries-watch.md
@@ -0,0 +1,5 @@
---
'degenerator': patch
---

Update escodegen dependency
4 changes: 2 additions & 2 deletions packages/degenerator/package.json
Expand Up @@ -25,12 +25,12 @@
"license": "MIT",
"dependencies": {
"ast-types": "^0.13.4",
"escodegen": "^1.14.3",
"escodegen": "^2.1.0",
"esprima": "^4.0.1"
},
"devDependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"@types/escodegen": "^0.0.6",
"@types/escodegen": "^0.0.7",
"@types/esprima": "^4.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^14.18.52",
Expand Down

1 comment on commit a7d4fe5

@vercel
Copy link

@vercel vercel bot commented on a7d4fe5 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-tootallnate.vercel.app
proxy-agents-git-main-tootallnate.vercel.app
proxy-agents.vercel.app

Please sign in to comment.