Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
Description
This issue aims to address several vulnerabilities found in the dependencies used by the Zeppelin project. (zeppelin/zeppelin-web)
The vulnerabilities handled here are identified through `npm audit` and are being resolved by updating the affected packages to their latest secure versions.
Steps (to be) taken:
- Run `npm audit` to identify vulnerabilities.
- Update `package.json` and `package-lock.json` with new dependency versions.
- Reinstall dependencies and verify that the project runs without issues.
- Ensure that no new warnings or errors were introduced.
This issue aims to improve the security and stability of the project.
Any feedback on this issue is welcomed.