-
-
Notifications
You must be signed in to change notification settings - Fork 114
Revert "chore(studio-deps)(deps): bump the security-critical group across 1 directory with 9 updates" #2440
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ | |
| "dependencies": { | ||
| "@fortawesome/fontawesome-free": "^6.5.1", | ||
| "apexcharts": "^3.45.2", | ||
| "bootstrap": "^5.3.7", | ||
| "bootstrap": "^5.3.3", | ||
| "clipboard": "^2.0.11", | ||
| "codemirror": "^5.65.18", | ||
| "cytoscape": "^3.33.1", | ||
|
|
@@ -29,14 +29,14 @@ | |
| "cytoscape-graphml": "^1.0.6", | ||
| "cytoscape-node-html-label": "^1.2.2", | ||
| "webcola": "^3.4.0", | ||
| "datatables.net": "^2.3.3", | ||
| "datatables.net-bs5": "^2.3.3", | ||
| "datatables.net-buttons": "^3.2.4", | ||
| "datatables.net-buttons-bs5": "^3.2.4", | ||
| "datatables.net-responsive": "^3.0.6", | ||
| "datatables.net-responsive-bs5": "^3.0.6", | ||
| "datatables.net-select": "^3.1.0", | ||
| "datatables.net-select-bs5": "^3.1.0", | ||
| "datatables.net": "^1.13.8", | ||
| "datatables.net-bs5": "^1.13.8", | ||
| "datatables.net-buttons": "^2.4.2", | ||
| "datatables.net-buttons-bs5": "^2.4.2", | ||
| "datatables.net-responsive": "^2.5.0", | ||
| "datatables.net-responsive-bs5": "^2.5.0", | ||
| "datatables.net-select": "^1.7.0", | ||
| "datatables.net-select-bs5": "^1.7.0", | ||
|
Comment on lines
+32
to
+39
Contributor
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. Downgrading the |
||
| "jquery": "^3.7.1", | ||
| "notyf": "^3.10.0", | ||
| "sweetalert2": "^11.22.4" | ||
|
|
||
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.
Reverting
bootstrapfrom^5.3.7to^5.3.3likely re-introduces security vulnerabilities that were addressed in the newer version. Given that the original update was for security reasons, it's critical to create a follow-up task to upgrade this dependency again as soon as the regressions are resolved.