chore(docs): show vale doesn't work#112
Closed
b-long wants to merge 2 commits into
Closed
Conversation
marythought
pushed a commit
that referenced
this pull request
May 11, 2026
## Summary Targeted `npm update` for vulnerable transitive packages in the root `package-lock.json`. Each bump stays within existing semver ranges to avoid breaking parent dependencies (notably, picomatch stays on the 2.x line so `postman-code-generators` is not affected). ## Alerts addressed | Alert | Package | Before | After | |---|---|---|---| | [#127](https://github.com/opentdf/docs/security/dependabot/127) | postcss | 8.5.5 | 8.5.14 | | [#107](https://github.com/opentdf/docs/security/dependabot/107) (high) | picomatch | 2.3.1 | 2.3.2 | | [#108](https://github.com/opentdf/docs/security/dependabot/108) | picomatch | 2.3.1 | 2.3.2 | | [#105](https://github.com/opentdf/docs/security/dependabot/105) | brace-expansion | 1.1.12 / 2.0.2 / 5.0.2 | 1.1.14 / 2.1.0 / 5.0.6 | | [#129](https://github.com/opentdf/docs/security/dependabot/129) | uuid | 11.1.0 | 11.1.1 (8.3.2 not affected, untouched) | ## Why targeted (not `npm audit fix`) A plain `npm audit fix` transitively bumps `postman-code-generators` to a major version that drops bundled Node polyfills, breaking the Docusaurus webpack build (`Module not found: Can't resolve 'path'`). The targeted approach in this PR sidesteps that regression. ## Not addressed here (need separate decisions) - [#134](https://github.com/opentdf/docs/security/dependabot/134) `@babel/plugin-transform-modules-systemjs` — Dependabot closed PR #318 saying no update is available - [#113](https://github.com/opentdf/docs/security/dependabot/113) / [#112](https://github.com/opentdf/docs/security/dependabot/112) `lodash` — requires `npm audit fix --force`, which performs a semver-major bump of `docusaurus-plugin-openapi-docs` / `docusaurus-theme-openapi-docs` - [#104](https://github.com/opentdf/docs/security/dependabot/104) `serialize-javascript` — no upstream fix available yet ## Test plan - [x] Build verified locally: `npx docusaurus build` — server and client both compile cleanly (only pre-existing broken-links error, same as `main`) - [ ] CI `Test deployment` passes - [ ] Confirm alerts auto-close after merge 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Paul Flynn <pflynn-virtru@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.