chore(deps): bump transitive deps to clear dependabot advisories#2401
Merged
chore(deps): bump transitive deps to clear dependabot advisories#2401
Conversation
Runs npm update to pull in within-range patches that clear 16 root advisories (npm audit 45 → 15, zero critical remaining): handlebars 4.7.8 → 4.7.9 via @redocly/cli, picomatch, brace-expansion, serialize-javascript, path-to-regexp (express-bundled), lodash-es, smol-toml. Two narrow pins needed to keep the build green: - @apify/ui-library ~1.127.5: 1.128.0 added a Switch component whose switch.js imports './switch.style' without the .js extension; rspack's default lazy-barrel resolver refuses the extensionless import for type:module packages. Upstream bug. - @docusaurus/* ~3.9.2: 3.10.0 crashes SSR on docusaurus-theme-openapi-docs pages with "useTabsContext() must be used within a Tabs component". The 4 remaining advisories (lodash ×3, yaml) are upstream-locked without an override: Spectral, openapi-to-postmanv2, and postman-collection all pin old lodash/yaml exactly in their latest published versions.
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview for this PR was built for commit |
janbuchar
approved these changes
Apr 9, 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
Runs
npm updateto pull in within-range patches that clear 16 root advisories.npm auditdrops from 45 → 15 (1 critical → 0).Fully resolved:
handlebars(9 advisories, 1 critical) via@redocly/cli2.24.1 → 2.25.4,picomatch,brace-expansion,serialize-javascript,path-to-regexp(express-bundled 0.1.12 → 0.1.13),lodash-es(via mermaid/chevrotain 4.17.23 → 4.18.1),smol-toml.Direct dep bumps
@apify/ui-library→^1.131.1— bumped from^1.97.2to pick up fixes and stay current.@docusaurus/*→~3.9.2— pinned (tilde) because 3.10.0 crashes SSR on the generated API reference pages withuseTabsContext() must be used within a Tabs component(looks like a 3.10.0 ×docusaurus-theme-openapi-docscompat issue).Remaining 4 advisories — not fixable without overrides
lodash×3 andyaml×1 all come from packages whose latest published versions still pin old transitives exactly:@stoplight/spectral-cli/core/functions/rulesetspinlodash ~4.17.21/~4.17.23openapi-to-postmanv2@6.0.0pinslodash 4.17.21andyaml 1.10.2exactlypostman-collection@5.3.0pinslodash 4.17.23exactlyAll already on their latest releases; no bump helps. Would need a new
overridesentry or wait for upstream.