Skip to content

Bugfix/fix cv es#119

Merged
asaharn merged 4 commits intomasterfrom
bugfix/FixCVEs
Apr 15, 2026
Merged

Bugfix/fix cv es#119
asaharn merged 4 commits intomasterfrom
bugfix/FixCVEs

Conversation

@ag-ramachandran
Copy link
Copy Markdown
Contributor

No description provided.

ag-ramachandran and others added 2 commits April 14, 2026 18:25
- Remove 'npm' from dependencies (unused in source code), eliminating
  brace-expansion (GHSA-f886-m6hf-6m8v) and picomatch (GHSA-3v7f-55p6-f55p,
  GHSA-c2c7-rcm5-vvqj) vulnerabilities
- Add npm overrides to force minimatch ^3.1.4 for postcss-url, fixing
  ReDoS vulnerabilities (GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj,
  GHSA-23c5-xmqv-rm74)
- Update @rollup/plugin-terser ^0.4.4 -> ^1.0.0
- Update css-minimizer-webpack-plugin ^7.0.0 -> ^8.0.0
- npm audit now reports 0 vulnerabilities

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ag-ramachandran and others added 2 commits April 14, 2026 18:58
v0.36.0 was incompatible with rollup v4 - the plugin failed to
transpile TypeScript before rollup's native SWC parser processed
source files, causing 'Unexpected token' errors on TS-only syntax
like 'public' class fields.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolved conflicts:
- package.json: kept higher @rollup/plugin-terser version, added @rollup/plugin-typescript, removed rollup-plugin-typescript2
- package-lock.json: regenerated from resolved package.json

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@asaharn asaharn merged commit cc94280 into master Apr 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants