-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix Cumulus Dashboard High Vulnerabilities #1093
base: develop
Are you sure you want to change the base?
Conversation
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.
@efenollal LGTG! Once your permissions error is resolved you can squash merge.
@@ -25,6 +25,8 @@ This version of the dashboard requires Cumulus API >= v14.0.0 | |||
- Added action to list pages to refresh cumulus db connection | |||
- Updated `git+ssh://git@` to `git+https://` for npm 8.6.0 generated package-lock.json, | |||
and this is an [known issue](https://github.com/npm/cli/issues/2610) with npm 8.6.0 | |||
- **CUMULUS-3107** | |||
- Added d3-dag dependency to replace dagre-d3 |
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.
degre-d3 isn't replaced in this PR?
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.
Please move CUMULUS-3107 to unreleased section.
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.
Also update PR title to be more specific, and it's better to include ticket number
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.
The d3-dag dependency was added to replace dagre-d3 in the ticket https://bugs.earthdata.nasa.gov/browse/CUMULUS-3184
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.
Ok if this work is not done, we should remove this entry.
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.
The Unreleased section is on the top of the changelog
## [Unreleased]
### Changed
- **CUMULUS-3107**
Updates package.json d3 dependency to latest version (7.8.2).
https://bugs.earthdata.nasa.gov/browse/CUMULUS-3107
Changes
d3 dependency updated to latest version
PR Checklist