Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-env": "7.0.0-beta.46",
"@babel/preset-flow": "7.0.0-beta.46",
"@babel/preset-react": "7.0.0-beta.46",
"babel-plugin-macros": "2.2.1",
"babel-plugin-macros": "2.6.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While updating babel-plugin-macros is a good step, it's crucial to address the larger issue of outdated dependencies in this project. Many packages, including all @babel/* dependencies, are pinned to 7.0.0-beta.46, a pre-release version from early 2018.

Relying on such old beta software is highly risky and can lead to:

  • Further security vulnerabilities that have been patched in newer versions.
  • Unexpected bugs and compatibility issues.
  • A significant maintenance challenge when you eventually need to upgrade.

I strongly recommend prioritizing a full audit and update of all dependencies to their latest stable versions to ensure the project's long-term health and security.

"babel-plugin-transform-dynamic-import": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.13"
}
Expand Down