chore(security): consolidate dependency bumps + add Yarn resolutions#3258
Open
anegg0 wants to merge 11 commits into
Open
chore(security): consolidate dependency bumps + add Yarn resolutions#3258anegg0 wants to merge 11 commits into
anegg0 wants to merge 11 commits into
Conversation
Bumps posthog-docusaurus from 2.0.0 to 2.0.5. --- updated-dependencies: - dependency-name: posthog-docusaurus dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.6 to 1.16.0. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.6...v1.16.0) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@inkeep/cxkit-docusaurus](https://github.com/inkeep/widget/tree/HEAD/packages/docusaurus) from 0.5.91 to 0.5.117. - [Commits](https://github.com/inkeep/widget/commits/HEAD/packages/docusaurus) --- updated-dependencies: - dependency-name: "@inkeep/cxkit-docusaurus" dependency-version: 0.5.117 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…rismjs to 1.30.0 Adds resolutions for elliptic, form-data, lodash, prismjs, serialize-javascript to clear 7 audit advisories (2 critical + 5 high/moderate).
…xkit-docusaurus-0.5.117' into chore/security-resolutions
…h-2.3.2' into chore/security-resolutions
…edirects-1.16.0' into chore/security-resolutions
…docusaurus-2.0.5' into chore/security-resolutions
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced May 5, 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
Consolidates four open Dependabot PRs and adds a
resolutionsblock to clear high-impactyarn auditadvisories.Direct dep bumps (from Dependabot PRs)
@inkeep/cxkit-docusaurus0.5.91 → 0.5.117 (chore(deps): bump @inkeep/cxkit-docusaurus from 0.5.91 to 0.5.117 #3257)picomatch2.3.1 → 2.3.2 (chore(deps): bump picomatch from 2.3.1 to 2.3.2 #3251)follow-redirects1.15.6 → 1.16.0 (chore(deps): bump follow-redirects from 1.15.6 to 1.16.0 #3248)posthog-docusaurus2.0.0 → 2.0.5 (chore(deps): bump posthog-docusaurus from 2.0.0 to 2.0.5 #3221)@docusaurus/*3.10.0 → 3.10.1prismjs1.29.0 → 1.30.0New Yarn resolutions
elliptic ^6.6.1(clears critical: ECDSA private key extraction — GHSA-vjh7-7g9h-fjfh)form-data ^4.0.4(clears critical: unsafe random — GHSA-fjxv-7rqg-78g4)lodash ^4.18.1(clears high + moderate prototype-pollution advisories)prismjs ^1.30.0(clears moderate DOM clobbering — GHSA-x7hr-w5r2-h6wg; client-side dep)serialize-javascript ^7.0.5(clears high RCE + moderate DoS advisories)Build noise filters (
docusaurus.config.js)Inline plugin + console filters silence three classes of harmless transitive-dep warnings: image-size SVG errors,
vscode-languageserverUMD warnings, andwsoptional-native warnings. Non-target warnings still surface.Audit impact
Supersedes
lodashresolutionTest plan
yarn installcleanyarn typecheckcleanvercel buildsucceeds (exit 0)