chore(deps): security and dependency updates#155
Merged
Conversation
- npm audit fix: resolves 10 of 46 vulnerabilities - npm update: 28 in-range semver bumps including @inquirer/prompts, @sap-cloud-sdk/resilience, @sap/cds-dk, body-parser, eslint, mocha, multer, ora, ws (security), uuid, @wdio/* (9.27→9.29) - Major dev-only bumps: - sinon ^21 → ^22 (drops Node 18 support; project requires ≥22) - chromedriver ^148 → ^150 (matches Chrome 150) - @types/node ^25 → ^26 (types only) Remaining vulnerabilities live in nested deps of @sap/cds-dk (puppeteer-core, @wdio/devtools-service stack) and require major upstream bumps. Tests: 2193 passing, 0 regressions (3 pre-existing WDIO UI tests fail under plain mocha — they require 'wdio run'). Lint: clean.
rich-heilman
approved these changes
Jun 26, 2026
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.
Summary
Security and dependency updates resolving 10 of 46 known vulnerabilities, plus 28 in-range semver bumps and 3 dev-only major version updates.
Changes
npm audit fix(non-breaking)Resolved 10 vulnerabilities; remaining issues require major upstream bumps in
@sap/cds-dk's nested deps (puppeteer-core,@wdio/devtools-servicestack).npm update(in-range semver)28 packages bumped within their declared semver range, notably:
ws8.20.1 → 8.21.0 (fixes GHSA-3h5v-q93c-6h6q, GHSA-58qx-3vcg-4xpx, GHSA-96hv-2xvq-fx4p)@inquirer/prompts8.4.3 → 8.5.2@sap-cloud-sdk/resilience4.6.0 → 4.7.0@sap/cds-dk9.9.1 → 9.9.2@sap/eslint-plugin-cds4.2.3 → 4.2.4body-parser2.2.2 → 2.3.0eslint10.3.0 → 10.5.0mocha11.7.5 → 11.7.6multer2.1.1 → 2.2.0ora9.4.0 → 9.4.1uuid14.0.0 → 14.0.1@wdio/*9.27.1 → 9.29.0webdriverio9.27.1 → 9.29.0Dev-only major bumps
sinon^21 → ^22 — drops Node 18 support; project already requires ≥22chromedriver^148 → ^150 — matches Chrome 150@types/node^25 → ^26 — types only, no runtime impactVerification
npm run lint— cleannpm test— 2193 passing, 16 pending, 0 regressionstests/ui/*.ui.test.js) are unrelated — they requirewdio run wdio.conf.jsto provide thebrowserglobal but are picked up by mocha's glob on Windows due to case-insensitive*.Test.jsmatching against.ui.test.js.Remaining vulnerabilities
Not addressed in this PR — all require major upstream bumps:
Production (16):
exceljs(would drop to v3, breaking Excel export)@cap-js/telemetry/ OpenTelemetry stack — no fix yet, awaiting upstreamjs-yamlvianycDev (21):
@wdio/devtools-servicewould require downgrade to 8.xdevtools@6is breakingnyc@14is breakingThe
overridesblock inpackage.jsonalready pinsaxiosandqsto neutralize transitive CVEs — same approach can be used here in a follow-up if specific advisories become urgent.