Skip to content

Commit

Permalink
Update dependencies to fix ReDoS vulnerability
Browse files Browse the repository at this point in the history
Closes #201.
  • Loading branch information
TooTallNate committed Jun 29, 2023
1 parent 6e78b01 commit 7008a93
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 274 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-buttons-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'degenerator': patch
---

Update dependencies to fix ReDoS vulnerability
14 changes: 7 additions & 7 deletions packages/degenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
},
"license": "MIT",
"dependencies": {
"ast-types": "^0.13.2",
"escodegen": "^1.8.1",
"esprima": "^4.0.0",
"ast-types": "^0.13.4",
"escodegen": "^1.14.3",
"esprima": "^4.0.1",
"vm2": "^3.9.19"
},
"devDependencies": {
"@types/escodegen": "^0.0.6",
"@types/esprima": "^4.0.2",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"@types/esprima": "^4.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^14.18.52",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
}
}
Loading

1 comment on commit 7008a93

@vercel
Copy link

@vercel vercel bot commented on 7008a93 Jun 29, 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-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app

Please sign in to comment.