Bump serialize-javascript and terser-webpack-plugin in /zeppelin-web-angular/projects/zeppelin-react#5168
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
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>
Contributor
|
@dependabot rebase |
Contributor
Author
|
Sorry, only users with push access can use that command. |
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like these dependencies are no longer a dependency, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes serialize-javascript. It's no longer used after updating ancestor dependency terser-webpack-plugin. These dependencies need to be updated together.
Removes
serialize-javascriptUpdates
terser-webpack-pluginfrom 5.3.14 to 5.3.17Release notes
Sourced from terser-webpack-plugin's releases.
Changelog
Sourced from terser-webpack-plugin's changelog.
Commits
6f911ffchore(release): 5.3.1737c490cfix: updateserialize-javascript207764fchore: deps update (#652)a85ab47chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (#648)51ac072chore(release): 5.3.1605012e9fix: handle empty files (#643)f337ceechore(release): 5.3.158607f79fix: respect errors and warnings from minimizer without code30182a3chore(deps): bump js-yaml (#640)db35463docs: update contributingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.