Skip to content

Commit

Permalink
Fix a vulnerability with babel-traverse
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Sep 6, 2024
1 parent d861190 commit 9023a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 246 deletions.
246 changes: 1 addition & 245 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
Expand All @@ -49,7 +50,6 @@
"autoprefixer": "^10.4.13",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 9023a3c

Please sign in to comment.