chore(deps): patch transitive dev-dep security advisories#5346
Merged
marcoscaceres merged 1 commit intoJul 7, 2026
Merged
Conversation
Adds pnpm.overrides to force patched versions of transitive devDependencies flagged by dependabot/pnpm audit (all dev/test/build only; none ship in the browser bundle): - ws >=8.21.0 (via karma>socket.io>engine.io) - tmp >=0.2.6 (via karma) - qs >=6.15.2 (via karma>body-parser) - js-yaml >=4.2.0 (via eslint>@eslint/eslintrc) - cookie >=0.7.0 (via karma>socket.io>engine.io) Clears 6 of 7 audit findings. html-minifier (via rollup-plugin-minify-html-literals) has no upstream patch and runs at build time on trusted input; left as-is.
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.
Patches transitive dev-dependency security advisories (dependabot +
pnpm audit) viapnpm.overrides. All affected packages are dev/test/build only, reached through karma and eslint; none are independenciesor ship in the browser bundle, so there is no runtime exposure for spec authors.Forces patched versions: ws >=8.21.0, tmp >=0.2.6, qs >=6.15.2, js-yaml >=4.2.0, cookie >=0.7.0. This clears 6 of the 7 audit findings.
The remaining one, html-minifier (via rollup-plugin-minify-html-literals), has no upstream patch and the plugin is already on its latest version; it runs at build time on ReSpec's own trusted source, so it is left as-is.