chore: update deps for Node 20 and resolve npm audit findings#1
Open
PatStLouis wants to merge 3 commits into
Open
chore: update deps for Node 20 and resolve npm audit findings#1PatStLouis wants to merge 3 commits into
PatStLouis wants to merge 3 commits into
Conversation
Bump mocha to 11.x, eslint-plugin-jsdoc to 48.x, ezcap and jsonld-signatures to current releases, and add npm overrides for transitive packages pulled in by vc-test-suite-implementations. Disables removed jsdoc lint rule for digitalbazaar config compat. Co-authored-by: Cursor <cursoragent@cursor.com>
Direct dependency already pins ^11.6.0; override duplicated that per review feedback. Verified clean install still reports 0 audit findings. Co-authored-by: Cursor <cursoragent@cursor.com>
35a03db to
909fbf8
Compare
Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
mochato 11.x,eslint-plugin-jsdocto 48.x,ezcapandjsonld-signaturesto current releasesnpmoverrides for transitive packages fromvc-test-suite-implementations(undici, zcap, diff, serialize-javascript, etc.)jsdoc/newline-after-descriptionrule for compatibility witheslint-config-digitalbazaarMotivation
npm installon Node 20 emittedEBADENGINEwarnings and reported 11 audit vulnerabilities (moderate/high).Result
EBADENGINEwarnings on Node 20npm auditreports 0 vulnerabilitiesnpm run lintpassesTest plan
npm installnpm audit(0 vulnerabilities)npm run lintnpm test(requireslocalConfig.cjsand a configured implementation endpoint)Made with Cursor