Skip to content

Apply Dependabot security updates - #68

Merged
Jack Williams (jack-williams) merged 1 commit into
mainfrom
deps/security-transitive-bumps
Sep 3, 2026
Merged

Apply Dependabot security updates#68
Jack Williams (jack-williams) merged 1 commit into
mainfrom
deps/security-transitive-bumps

Conversation

@jack-williams

Copy link
Copy Markdown
Contributor

Batches the transitive-dependency security bumps Dependabot opened individually. Each of those PRs only rewrites yarn.lock, so they conflict pairwise — merging them one at a time means a rebase-and-rerun cycle per PR.

Supersedes #41, #42, #43, #44, #48, #49, #52, #54, #55, #58, #60, #61, #64, #65.

Updated: @babel/core 7.29.7, axios 1.20.0, brace-expansion 1.1.18, browserslist 4.28.8, form-data 4.0.6, js-yaml 3.15.2, minimatch 9.0.9, nanoid 3.3.18, picomatch 4.0.7, postcss 8.5.26, qs 6.15.3, tar 7.5.22, tmp 0.2.7, and vite 7.3.5 in both apps.

nx 20.8.1 exact-pins picomatch@4.0.2 and minimatch@9.0.3, so those entries survive until the nx major lands (#68). Dependabot's own PRs left them in place for the same reason.

Verified: yarn install --immutable, prettier:check, typecheck and build all pass. Both apps were also loaded in a browser against vite preview and render with no page or console errors — dependency bumps tend to break at runtime rather than at build time.

Batches the transitive-dependency security bumps that Dependabot opened
individually, since each one only rewrites yarn.lock and they conflict
with each other pairwise.

Supersedes #41, #42, #43, #44, #48, #49, #52, #54, #55, #58, #60, #61,
#64, #65.

Updated: @babel/core 7.29.7, axios 1.20.0, brace-expansion 1.1.18,
browserslist 4.28.8, form-data 4.0.6, js-yaml 3.15.2, minimatch 9.0.9,
nanoid 3.3.18, picomatch 4.0.7, postcss 8.5.26, qs 6.15.3, tar 7.5.22,
tmp 0.2.7, and vite 7.3.5 in both apps.

nx 20.8.1 exact-pins picomatch 4.0.2 and minimatch 9.0.3, so those two
entries remain until the nx major bump lands. Dependabot's own PRs left
them in place for the same reason.

Verified: yarn install --immutable, prettier:check, typecheck and build
all pass, and both apps load and render in a browser against the preview
server with no page or console errors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant