[HOTFIX] Refresh zeppelin-react lockfile for npm audit

### What is this PR for?

Refresh the zeppelin-react lockfile with compatible updates suggested by `npm audit fix`.
The daily audit remediation workflow generated this change after the required high-severity audit began failing.

### What type of PR is it?

Hot Fix

### What is the Jira issue?

N/A - automated dependency maintenance.

### How should this be tested?

- `npm ci --ignore-scripts --no-audit` in `zeppelin-web-angular`
- `npm ci --ignore-scripts --no-audit` in `zeppelin-web-angular/projects/zeppelin-react`
- `npm audit --audit-level=high`
- `npm run lint`
- `npm test`
- `npm run build`

All commands passed before this PR was created.


Closes #5448 from github-actions[bot]/automation/npm-audit-fix-zeppelin-react.

Signed-off-by: YONGJAE LEE <dev.yongjaelee@gmail.com>
1 file changed
tree: 5f8a06b0bc133db8c474d3da9056c5efb7ce142c
  1. .github/
  2. .husky/
  3. .mvn/
  4. angular/
  5. bigquery/
  6. bin/
  7. build-tools/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. examples/
  14. file/
  15. flink/
  16. flink-cmd/
  17. groovy/
  18. hbase/
  19. helium-dev/
  20. influxdb/
  21. java/
  22. jdbc/
  23. k8s/
  24. licenses/
  25. livy/
  26. markdown/
  27. mongodb/
  28. neo4j/
  29. notebook/
  30. python/
  31. scripts/
  32. shell/
  33. spark/
  34. spark-submit/
  35. sparql/
  36. testing/
  37. zeppelin-client/
  38. zeppelin-client-examples/
  39. zeppelin-common/
  40. zeppelin-distribution/
  41. zeppelin-examples/
  42. zeppelin-integration/
  43. zeppelin-interpreter/
  44. zeppelin-interpreter-integration/
  45. zeppelin-interpreter-parent/
  46. zeppelin-interpreter-shaded/
  47. zeppelin-jupyter/
  48. zeppelin-jupyter-interpreter/
  49. zeppelin-jupyter-interpreter-shaded/
  50. zeppelin-plugins/
  51. zeppelin-server/
  52. zeppelin-test/
  53. zeppelin-web/
  54. zeppelin-web-angular/
  55. .asf.yaml
  56. .gitattributes
  57. .gitignore
  58. AGENTS.md
  59. Dockerfile
  60. LICENSE
  61. mvnw
  62. mvnw.cmd
  63. NOTICE
  64. pom.xml
  65. README.md
  66. Roadmap.md
  67. SECURITY-README.md
  68. SECURITY.md
  69. STYLE.md
  70. THREAT_MODEL.md
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core features:

  • Web-based notebook style editor with real-time collaboration
  • Multi-language support: Spark, Flink, Python, SQL, Shell, and 20+ interpreters
  • Pluggable interpreter architecture with process isolation
  • Built-in visualization and dynamic forms
  • Notebook scheduling (cron)
  • Flexible deployment: local, Docker, Kubernetes, YARN

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.