build(deps-dev): bump baseline-browser-mapping from 2.9.19 to 2.11.21 - #931
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.9.19 to 2.11.21. - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.9.19...v2.11.21) --- updated-dependencies: - dependency-name: baseline-browser-mapping dependency-version: 2.11.21 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
davidicus
left a comment
There was a problem hiding this comment.
@dependabot squash and merge
There was a problem hiding this comment.
Dependabot dependency update — baseline-browser-mapping 2.9.19 → 2.11.21
I would approve this change.
This is a clean, automated Dependabot update with only package-lock.json modified. The package is a devDependency ("dev": true) so it has no impact on the published @phillips/seldon bundle or any consumer runtime.
Notable changes in the version range
| Version | Highlight |
|---|---|
| 2.10.0 | Lowered ES target to es2015, added Node >=6 support, CLI refactored to CJS (dist/cli.cjs — reflected in the lockfile bin field change) |
| 2.11.0 | Security fix: CVE-2026-45819 — removes process.exit() calls in getCompatibleVersions() / getAllVersions() in favour of thrown Errors, eliminating a denial-of-service vector if unsanitised input was passed to the CLI. Also adds a new getTimeline() API and substantial internal refactoring. |
| 2.11.1–2.11.21 | Browser/feature data refreshes only (patch cadence driven by upstream web-features/BCD updates) |
What changed in the lockfile
version:2.9.19→2.11.21integrityhash: updated correctlybin:dist/cli.js→dist/cli.cjs(CJS bundle, matches 2.10.0 Node-compat refactor)enginesfield added:"node": ">=6.0.0"(no conflict with this repo's Node target)
Risk assessment
- Runtime risk: None — dev-only package, not bundled into
dist/. - Security: This upgrade resolves CVE-2026-45819. The
process.exit()DoS path is only reachable when calling the library's API directly (not just CLI use), but since this is a devDep used in a build/tooling context the practical exposure was already limited. - Compatibility score: Dependabot reports a high compatibility score for this transition.
No concerns. Safe to merge.
|
Important Testing in progress…🟢 UI Tests: 502 tests unchanged |
|
Tip All tests passed and all changes approved!🟢 UI Tests: 502 tests unchanged |
|
🚀 Storybook preview is ready. • Preview: https://68b9f094608b90f3cfec5a06-poxeonsthw.chromatic.com/ |
🤖 Dependency Risk Assessment:
|
Bumps baseline-browser-mapping from 2.9.19 to 2.11.21.
Release notes
Sourced from baseline-browser-mapping's releases.
Commits
0e5ed80Patch to 2.11.21 because browser or feature data changed11da0b6Browser or feature data changed69fcc81Updating static siteb964de0Patch to 2.11.20 because browser or feature data changed723099fBrowser or feature data changedf44163dUpdating static site8966043Patch to 2.11.19 because browser or feature data changede18601dBrowser or feature data changed28cb50aUpdating static sitecb33a83Patch to 2.11.18 because browser or feature data changedMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for baseline-browser-mapping since your current version.
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 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.