[6.x] Update npm dependencies - #15380
Merged
Merged
Conversation
Clears all seven open Dependabot alerts: - @tiptap/* 3.22.3 -> 3.31.3 (GHSA-cp6q-959q-f8rh). All 28 packages move together; they pin each other, so bumping core alone doesn't work. Also pulls prosemirror-view 1.42.3, fixing a paste XSS (GHSA-c8x8-7fp4-3x9w). - qs 6.15.2 -> 6.16.0 (GHSA-x5fp-wj9c-mxmx, GHSA-4mjr-xmp4-gh2g) - nanoid 3.3.17 -> 3.3.18, nested under postcss (GHSA-2v37-7h3g-55p8) - vitest and @vitest/browser-playwright 4.1.3 -> 4.1.11 (GHSA-2h32-95rg-cppp, GHSA-p63j-vcc4-9vmv, GHSA-g8mr-85jm-7xhm) Only the vitest packages needed manifest changes. The tiptap and qs ranges already allowed the fixed versions, so those are lockfile-only. vitest and @vitest/browser-playwright peer-pin each other to exact versions, which deadlocks npm's resolver on an incremental update. Regenerating just that subtree of the lockfile resolves it without a full lockfile refresh. Co-Authored-By: Claude Opus 5 <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.
Resolves the open Dependabot alerts.
npm auditnow reports 0 vulnerabilities.@tiptap/*qsnanoid(nested underpostcss)vitest,@vitest/browser-playwrightMostly just
npm audit fix. Thevitestpackages needed a manual bump, sincenpm audit fixcan't resolve those on its own.