Skip to content

Dedupe & update idp service JS dependencies#2496

Open
pascalwengerter wants to merge 2 commits intoopencloud-eu:mainfrom
pascalwengerter:fix/2460
Open

Dedupe & update idp service JS dependencies#2496
pascalwengerter wants to merge 2 commits intoopencloud-eu:mainfrom
pascalwengerter:fix/2460

Conversation

@pascalwengerter
Copy link
Contributor

Description

  1. pnpm dedupe — removed 35 duplicate packages
  2. pnpm update — updated all direct dependencies within semver ranges (axios, i18next, typescript, @babel/core, etc.)
  3. Added pnpm.overrides for serialize-javascript@<7.0.3 → >=7.0.3 to fix the high-severity RCE vulnerability in transitive deps of css-minimizer-webpack-plugin and workbox-webpack-plugin

Related Issue

@rhafer
Copy link
Member

rhafer commented Mar 19, 2026

@pascalwengerter the licensechecker is failing with:

Package "i18next-conv@15.1.2" is licensed under "Custom: LICENSE.MD" which is not permitted by the --onlyAllow flag. Exiting.

I guess it's just a matter of updating services/idp/license-checker-clarifications.json with the new version number.

@pascalwengerter
Copy link
Contributor Author

@pascalwengerter the licensechecker is failing with:

Package "i18next-conv@15.1.2" is licensed under "Custom: LICENSE.MD" which is not permitted by the --onlyAllow flag. Exiting.

I guess it's just a matter of updating services/idp/license-checker-clarifications.json with the new version number.

@rhafer thanks for the swift reply, addressed that and found another JS-related improvement 🤓

@sonarqubecloud
Copy link

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.

Address dependabot alert for services/idp

2 participants