fix(deps): resolve pnpm audit vulnerabilities and bump dependencies #1381
+195
−191
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.
Fixes
pnpm auditsecurity vulnerabilities and updates dependencies to their latest compatible versions.Motivation and Context
Running
pnpm auditwas reporting multiple security vulnerabilities:Hono JWT vulnerabilities (GHSA-3vhc-576x-3qv4, GHSA-f67f-6cw9-8mq4):
hono<4.11.4 (via@hono/node-server)@hono/node-serverto ^1.19.9 andhonoto ^4.11.4qs package vulnerability:
qsoverridesto force[email protected]This PR addresses these vulnerabilities and updates dependencies to their latest compatible versions.
How Has This Been Tested?
pnpm auditnow reports 0 vulnerabilitiespnpm lint:allpassespnpm test:allpasses (all 245 tests in client package pass)Breaking Changes
None. All changes are backward compatible.
Types of changes
Checklist
Additional context
@hono/node-server(^1.19.7 → ^1.19.9) andhono(^4.11.1 → ^4.11.4) - resolves Hono JWT vulnerabilities (GHSA-3vhc-576x-3qv4, GHSA-f67f-6cw9-8mq4)overridesfor[email protected]- resolves qs CVE vulnerabilityexpress(^5.0.1 → ^5.2.1),express-rate-limit(^7.5.0 → ^8.2.1),jose(^6.1.1 → ^6.1.3)eslint(^9.8.0 → ^9.39.2),@eslint/js(^9.39.1 → ^9.39.2),@types/express(^5.0.0 → ^5.0.6)auth-extensions.test.tsto match jose library's updated error outputtaskResumability.test.ts