Skip to content
Merged
Show file tree
Hide file tree
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
96 changes: 48 additions & 48 deletions studio/package-lock.json

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

18 changes: 9 additions & 9 deletions studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"apexcharts": "^3.45.2",
"bootstrap": "^5.3.7",
"bootstrap": "^5.3.3",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

critical

Reverting bootstrap from ^5.3.7 to ^5.3.3 likely 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.

"clipboard": "^2.0.11",
"codemirror": "^5.65.18",
"cytoscape": "^3.33.1",
Expand All @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

critical

Downgrading the datatables.net suite of packages re-introduces the security vulnerabilities that the original upgrade aimed to fix. It's critical to create a follow-up issue to track the effort of re-upgrading these dependencies once the regressions they introduced are understood and can be worked around. Leaving the application on these older versions poses a security risk.

"jquery": "^3.7.1",
"notyf": "^3.10.0",
"sweetalert2": "^11.22.4"
Expand Down
Loading