Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8#5

Merged
tony merged 1 commit intomainfrom
dependabot/npm_and_yarn/nanoid-3.3.8
Feb 5, 2026
Merged

build(deps): bump nanoid from 3.3.7 to 3.3.8#5
tony merged 1 commit intomainfrom
dependabot/npm_and_yarn/nanoid-3.3.8

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps nanoid from 3.3.7 to 3.3.8.

Changelog

Sourced from nanoid's changelog.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@tony tony self-requested a review February 5, 2026 20:16
Copy link
Collaborator

@tony tony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - both build and dev server work.

@tony tony merged commit 2231c5a into main Feb 5, 2026
1 check passed
@tony tony deleted the dependabot/npm_and_yarn/nanoid-3.3.8 branch February 5, 2026 20:16
tony added a commit that referenced this pull request Feb 10, 2026
Resolves [LOB-1522](https://linear.app/multiverse-io/issue/LOB-1522/ckeditor5-math-patch-vulnerabilities).

## Summary
- Patches all 14 open Dependabot alerts via yarn resolutions
- Reduced total `yarn audit` findings from 65 to 7
- Remaining 7 audit findings (babel-traverse, ajv, esbuild, postcss) were [already dismissed in Dependabot](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot?q=is%3Aclosed) in Feb 2025
- Additionally dismissed [glob isaul32#32](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/32) (`not_used` — CLI-only vuln, library API consumers unaffected)
- 11 atomic commits, one per vulnerable package (or batch)

## Vulnerabilities Addressed

### High Severity (3 patched)
| Package | From | To | CVEs | GHSA | Alert |
|---------|------|----|------|------|-------|
| qs | 6.13.0 | 6.14.1 | CVE-2025-15284 | GHSA-6rw7-vpxm-498p | [isaul32#36](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/36) |
| cross-spawn | 7.0.3 | 7.0.6 | CVE-2024-21538 | GHSA-3xgq-45jj-v275 | — (audit) |
| node-forge | 1.3.1 | 1.3.3 | CVE-2025-12816 | GHSA-5gfm-wpxj-wjgq | [isaul32#33](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/33) |

### Medium Severity (7 patched)
| Package | From | To | CVEs | GHSA | Alert |
|---------|------|----|------|------|-------|
| lodash / lodash-es | 4.17.21 | 4.17.23 | CVE-2025-13465 | GHSA-xxjr-mmjv-4gpg | [isaul32#42](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/42), [isaul32#41](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/41) |
| node-forge | 1.3.1 | 1.3.3 | CVE-2025-66030, CVE-2025-66031 | GHSA-65ch-62r8-g69g, GHSA-554w-wpv2-vw27 | [isaul32#35](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/35) |
| js-yaml | 3.13.1/3.14.1 | 4.1.1 | CVE-2025-64718 | GHSA-mh29-5h37-fv8m | [isaul32#31](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/31), [isaul32#30](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/30) |
| webpack-dev-server | 5.1.0 | 5.2.3 | CVE-2025-30360, CVE-2025-30359 | GHSA-9jgg-88mc-972h, GHSA-4v9v-hfq4-rm2v | [isaul32#24](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/24), [isaul32#23](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/23) |
| http-proxy-middleware | 2.0.7 | 3.0.5 | CVE-2025-32996 | GHSA-4www-5p9h-95mh | [isaul32#22](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/22) |
| @babel/helpers | 7.25.7 | 7.28.6 | CVE-2025-27789 | GHSA-968p-4wvh-cqc8 | — (audit) |

### Low Severity (6 patched)
| Package | From | To | CVEs | GHSA | Alert |
|---------|------|----|------|------|-------|
| webpack | 5.95.0 | 5.105.0 | CVE-2025-68458, CVE-2025-68157 | GHSA-8fgc-7cc6-rx7x, GHSA-38r7-794h-5758 | [isaul32#52](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/52), [isaul32#51](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/51) |
| tmp | 0.2.3 | 0.2.5 | CVE-2025-54798 | GHSA-52f5-9888-hmc6 | [isaul32#27](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/27) |
| on-headers | 1.0.2 | 1.1.0 | CVE-2025-7339 | GHSA-76c9-3jph-rj3q | [isaul32#26](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/26) |
| debug | 3.2.6 | 4.4.3 | CVE-2017-16137 | GHSA-gxpj-cx7g-858c | — (audit) |
| brace-expansion | 1.1.11 | >=2.0.2 | CVE-2025-5889 | GHSA-v6h2-p8h4-qcjw | — (audit) |
| diff | 4.0.2/3.5.0 | 8.0.3 | CVE-2026-24001 | GHSA-73rr-hh4g-fpgx | — (audit) |
| minimatch | 3.0.4/3.1.2 | 10.1.2 | CVE-2022-3517 | GHSA-f8q6-p94x-37v3 | — (audit) |

## Remaining `yarn audit` Findings (7, all previously dismissed in Dependabot)
| Package | Version | Dependabot | Dismissed | Reason |
|---------|---------|------------|-----------|--------|
| babel-traverse | 6.26.0 | [#8](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/8) | 2025-02-20 | `not_used` — Istanbul test coverage tooling, code we trust |
| ajv | 5.5.2 | [#1](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/1) | 2025-02-20 | `tolerable_risk` — Theoretical proto pollution via crafted JSON schema in local toolchain |
| esbuild | 0.17.19 (×2) | [isaul32#19](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/19) | 2025-02-20 | `not_used` — Dev server not exposed to public internet |
| postcss | 7.0.39 (×2) | [#5](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/5) | 2025-02-20 | `tolerable_risk` — Stylelint/ckeditor dev tooling, no external untrusted CSS |
| glob | 7.2.3 | [isaul32#32](https://github.com/Multiverse-io/ckeditor5-math/security/dependabot/32) | 2026-02-09 | `not_used` — CLI-only vuln, all consumers use library API |

## Changes
- 11 atomic commits, one per vulnerable package or batch
- All changes are in `package.json` (resolutions) and `yarn.lock`
- No source code changes

## Test Plan
- [x] `yarn install --frozen-lockfile` succeeds
- [x] `yarn lint` passes
- [ ] No test suite available for this repo (not in CI)

## Related
- Linear: [LOB-1522](https://linear.app/multiverse-io/issue/LOB-1522/ckeditor5-math-patch-vulnerabilities)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant