-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade @asyncapi/react-component from 1.0.0-next.48 to 1.0.0 #6909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
0afccd6
74de1d9
bedcbb2
f494174
8c6e23c
091bd22
531030c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,7 @@ | |||||
| "clean": "backstage-cli package clean" | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@asyncapi/react-component": "1.0.0-next.48", | ||||||
| "@asyncapi/react-component": "1.0.0", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Performance: Version upgrade causes significant bundle size increase (10.4 MB unpacked vs 3.9 MB), potentially impacting application load times and memory usage 📝 Committable Code Suggestion
Suggested change
|
||||||
| "@backstage/catalog-model": "workspace:^", | ||||||
| "@backstage/core-components": "workspace:^", | ||||||
| "@backstage/core-plugin-api": "workspace:^", | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctness: Dangerous version upgrade that introduces a dependency on an unstable parser. Current version uses stable @asyncapi/parser ^1.18.0 while target version uses unstable @asyncapi/parser ^3.0.0-next-major-spec.1
📝 Committable Code Suggestion