Skip to content

Bump serialize-javascript and terser-webpack-plugin in /zeppelin-web-angular/projects/zeppelin-react#5168

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/zeppelin-web-angular/projects/zeppelin-react/multi-5660a182de
Closed

Bump serialize-javascript and terser-webpack-plugin in /zeppelin-web-angular/projects/zeppelin-react#5168
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/zeppelin-web-angular/projects/zeppelin-react/multi-5660a182de

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Removes serialize-javascript. It's no longer used after updating ancestor dependency terser-webpack-plugin. These dependencies need to be updated together.

Removes serialize-javascript

Updates terser-webpack-plugin from 5.3.14 to 5.3.17

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.17

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)

v5.3.16

5.3.16 (2025-12-11)

Bug Fixes

v5.3.15

5.3.15 (2025-12-05)

Bug Fixes

  • catch error when loading minimizers (#639) (586af0a)
  • respect errors and warnings from minimizer without code (8607f79)
Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)

5.3.16 (2025-12-11)

Bug Fixes

5.3.15 (2025-12-05)

Bug Fixes

  • catch error when loading minimizers (#639) (586af0a)
  • respect errors and warnings from minimizer without code (8607f79)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no longer used after updating ancestor dependency [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin). These dependencies need to be updated together.


Removes `serialize-javascript`

Updates `terser-webpack-plugin` from 5.3.14 to 5.3.17
- [Release notes](https://github.com/webpack/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/terser-webpack-plugin@v5.3.14...v5.3.17)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 
  dependency-type: indirect
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.17
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2026
tbonelee pushed a commit that referenced this pull request Mar 9, 2026
### What is this PR for?
Resolved all 16 npm audit vulnerabilities (8 high, 6 moderate, 2 low) in zeppelin-web-angular/projects/zeppelin-react.

Direct dependency upgrades:
- webpack 5.88.0 → 5.105.4 (moderate: DOM Clobbering XSS, SSRF)
- webpack-dev-server 4.15.0 → 5.2.3 (moderate: source code theft vulnerability)
- <at>antv/g2plot 2.4.35 → 2.3.32 (high: XSS, Path Traversal)
  - g2plot 2.4.35 pulls in fmin → rollup<at>2.x as transitive dependency, which has 2 high severity vulnerabilities
  - g2plot 2.3.32 does not depend on fmin, so rollup is removed entirely
  - No API breaking changes — Column, Line, Pie, Scatter all available in 2.3.32
- xlsx 0.18.5 → replaced with xlsx-js-style 1.2.0 (high: Prototype Pollution, ReDoS)
  - All versions of xlsx on npm are vulnerable with no patched version available
  - xlsx-js-style is an API-compatible community fork with the vulnerabilities fixed
- <at>types/xlsx 0.0.36 → removed (no longer needed after xlsx replacement)

Transitive dependency fixes (via npm audit fix):
- lodash 4.17.21 → 4.17.23 (moderate: Prototype Pollution)
- lodash-es 4.17.21 → 4.17.23 (moderate: Prototype Pollution)
- node-forge 1.3.1 → 1.3.3 (high: ASN.1 vulnerabilities)
- serialize-javascript — resolved via webpack upgrade (high: RCE, dep removed in newer terser-webpack-plugin)
- qs/express/body-parser — audit fix (moderate: DoS)
- ajv — audit fix (moderate: ReDoS)

Constraints:
- Node 18 environment maintained (serialize-javascript 7.x requires Node >= 20, resolved by upgrading webpack instead)

Verification:
- npm audit → 0 vulnerabilities
- npm run build → success

Related Dependabot PRs (redundant, to be closed):
- #5168, #5169, #5170, #5171, #5172, #5173


### What type of PR is it?
Hot Fix

### Todos

### What is the Jira issue?
ZEPPELIN-6401

### How should this be tested?

### Screenshots (if appropriate)

### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Closes #5176 from dididy/fix/zeppelin-react-audit.

Signed-off-by: ChanHo Lee <chanholee@apache.org>
@dididy
Copy link
Contributor

dididy commented Mar 9, 2026

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Sorry, only users with push access can use that command.

@tbonelee
Copy link
Contributor

tbonelee commented Mar 9, 2026

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zeppelin-web-angular/projects/zeppelin-react/multi-5660a182de branch March 9, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants