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
8 changes: 4 additions & 4 deletions aq-dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion aq-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chart.js": "^4.5.0",
"http-proxy-middleware": "^3.0.5",
"leaflet": "^1.9.4",
"react": "^19.2.3",
"react": "^19.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The 'react' dependency was downgraded from ^19.2.3 to ^19.1.0. This is out of scope for an axios security fix and may introduce regressions. This change should be reverted. Furthermore, pinning the version to an exact version would resolve the security warning regarding variant versions identified in quality scans.

See Issue in Codacy

"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.3",
"react-leaflet": "^5.0.0",
Expand Down
Loading