build(deps): bump node-forge from 1.3.1 to 1.4.0 in /docs - #314
Merged
Conversation
This was referenced Aug 29, 2026
Member
|
Superseded by #342 (leaving open until that merges). This PR bumps In #342's refreshed lockfile |
Member
|
@dependabot recreate |
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.4.0. - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: node-forge dependency-version: 1.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/docs/node-forge-1.3.2
branch
from
September 3, 2026 02:57
0bd3fb0 to
5d0d9c0
Compare
glennko
approved these changes
Sep 3, 2026
glennko
left a comment
Member
There was a problem hiding this comment.
Lockfile-only dependency bump; CI green.
glennko
added a commit
that referenced
this pull request
Sep 3, 2026
Single `npm audit fix --package-lock-only` pass on the docs site. package.json is untouched -- no declared range changes, only the resolved tree. Regenerated against current main, which now carries the merged dependabot bumps (#347, #346, #332, #326, #314, #352, #351, #349, #348). Those bumps did not reach either critical, and dependabot never proposed a fix for websocket-driver at all. before after critical 2 0 high 27 18 moderate 14 8 low 5 0 total 48 26 Both criticals cleared: - shell-quote 1.8.3 -> 1.10.0 (CVE-2026-9277) - websocket-driver 0.7.4 -> 0.7.5 (CVE-2026-54466) Also lodash 4.17.23 -> 4.18.1 and node-forge dropped from the tree. The remaining 26 sit inside the Docusaurus dependency tree -- image-size, serialize-javascript, and the webpack-dev-server -> sockjs -> uuid chain. Most report no non-breaking fix and would need a Docusaurus major upgrade. The dev-server chain affects `docusaurus start`, not `docusaurus build`. `npm audit fix --force` was deliberately not used -- it would churn the Docusaurus major version and risk the docs build, for issues that are dev-time only.
glennko
added a commit
that referenced
this pull request
Sep 3, 2026
…342) Single `npm audit fix --package-lock-only` pass on the docs site. package.json is untouched -- no declared range changes, only the resolved tree. Regenerated against current main, which now carries the merged dependabot bumps (#347, #346, #332, #326, #314, #352, #351, #349, #348). Those bumps did not reach either critical, and dependabot never proposed a fix for websocket-driver at all. before after critical 2 0 high 27 18 moderate 14 8 low 5 0 total 48 26 Both criticals cleared: - shell-quote 1.8.3 -> 1.10.0 (CVE-2026-9277) - websocket-driver 0.7.4 -> 0.7.5 (CVE-2026-54466) Also lodash 4.17.23 -> 4.18.1 and node-forge dropped from the tree. The remaining 26 sit inside the Docusaurus dependency tree -- image-size, serialize-javascript, and the webpack-dev-server -> sockjs -> uuid chain. Most report no non-breaking fix and would need a Docusaurus major upgrade. The dev-server chain affects `docusaurus start`, not `docusaurus build`. `npm audit fix --force` was deliberately not used -- it would churn the Docusaurus major version and risk the docs build, for issues that are dev-time only. Co-authored-by: Glenn Ko <glennko@users.noreply.github.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.
Bumps node-forge from 1.3.1 to 1.4.0.
Changelog
Sourced from node-forge's changelog.
... (truncated)
Commits
fa385f9Release 1.4.0.07d4e16Update changelog.cb90fd9Update changelog.963e7c5Add unit test for "pseudonym"f0b6f5bAdd pseudonym OID3df48a3Fix missing CVE ID.2e49283Add x509basicConstraintscheck.bdecf11Add canonical signature scaler check for S < L.af094e6Add RSA padding and DigestInfo length checks.796eeb1Improve jsbn fix.