Skip to content

Commit

Permalink
Fix babel-traverse vulnerability (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusevda authored Apr 9, 2024
1 parent 6e61615 commit c2a4b94
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1,560 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function (api) {
],
],
plugins: [
'transform-class-properties',
'@babel/plugin-transform-class-properties',
'styled-components',
'date-fns',
[
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
Expand Down Expand Up @@ -183,15 +184,12 @@
"@types/webpack-bundle-analyzer": "4.6.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-cli": "6.26.0",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-date-fns": "2.0.0",
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-imports": "2.0.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-env": "1.7.0",
"browserlist": "1.0.1",
"clean-webpack-plugin": "4.0.0",
"command-line-args": "5.2.1",
Expand Down
Loading

0 comments on commit c2a4b94

Please sign in to comment.