Skip to content

Commit

Permalink
Merge pull request #162 from retailnext/fix-babel-traverse-vulnerability
Browse files Browse the repository at this point in the history
Fix @babel/traverse vulnerability
  • Loading branch information
andreyfel authored Dec 13, 2023
2 parents 29d6ba2 + b55bb7c commit 50c238e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 40 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
},
"pnpm": {
"overrides": {
"@babel/generator": "7.23.6",
"@babel/traverse": "7.23.6",
"@babel/types": "7.23.6",
"ansi-html": "0.0.9",
"babel-plugin-module-resolver": "5.0.0",
"package-json": "7.0.0"
Expand Down
46 changes: 6 additions & 40 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 50c238e

Please sign in to comment.