chore(deps): patch postcss, dompurify, protobufjs via pnpm overrides#131
Merged
chris-c-thomas merged 2 commits intomainfrom Apr 24, 2026
Merged
chore(deps): patch postcss, dompurify, protobufjs via pnpm overrides#131chris-c-thomas merged 2 commits intomainfrom
chris-c-thomas merged 2 commits intomainfrom
Conversation
Resolves 6 open Dependabot alerts (1 critical, 5 medium) on main:
- protobufjs: ^7.5.5 (new override) — GHSA-xq3m-2v4x-88gg (critical, RCE)
- postcss: ^8.5.10 (new override) — GHSA-qx2v-qp2m-jg93 (XSS via unescaped </style>)
- dompurify: ^3.4.0 (bumped from ^3.3.2) — GHSA-39q2-94rc-95cp,
GHSA-v9jr-rg53-9pgp, GHSA-h7mw-gpvr-xq4m, GHSA-crv5-9vww-q3g8
(XSS / sanitizer bypasses)
|
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.



This pull request updates several dependencies to their latest patch or minor versions and adds new dependencies to the project. The main focus is on keeping the codebase up-to-date and compatible with the latest versions of important libraries.
Dependency updates and additions:
Upgraded dependencies:
dompurifyfrom version3.3.2/3.3.3to3.4.0/3.4.1in bothpackage.jsonandpnpm-lock.yamlfor improved security and bug fixes. [1] [2] [3] [4] [5] [6]postcssfrom8.4.12/8.5.8to8.5.10in all relevant places, ensuring compatibility with peer dependencies and other packages. [1] [2] [3] [4] [5]protobufjsfrom7.5.4to7.5.5, providing the latest bug fixes and improvements. [1] [2] [3] [4] [5]Dependency additions:
postcssandprotobufjsas direct dependencies inpackage.jsonto ensure they are explicitly available in the project.Lockfile synchronization:
pnpm-lock.yamlto reflect all of the above changes, ensuring the lockfile is consistent with the updated dependencies and their versions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]