Skip to content

Commit

Permalink
fix: critical vulnerability in vm2 imported by inline css
Browse files Browse the repository at this point in the history
Following the advice at TooTallNate/superagent-proxy#48 to override the vulnerable vm2 version due to lack of support from superagent proxy library and the parent inline-css library
  • Loading branch information
scopsy committed Aug 30, 2023
1 parent 474a573 commit 5c3a436
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 92 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,10 @@
"dependencies": {
"nx": "^15.9.2",
"tslib": "^2.4.0"
},
"pnpm": {
"overrides": {
"proxy-agent": "^6.3.0"
}
}
}
174 changes: 82 additions & 92 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c3a436

Please sign in to comment.