fix(deps): resolve pnpm audit vulnerabilities and bump dependencies#1381
Closed
samuv wants to merge 4 commits intomodelcontextprotocol:mainfrom
Closed
fix(deps): resolve pnpm audit vulnerabilities and bump dependencies#1381samuv wants to merge 4 commits intomodelcontextprotocol:mainfrom
samuv wants to merge 4 commits intomodelcontextprotocol:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 6e66a48 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
9 tasks
Contributor
|
Hi, thank you for this. Believe this is out of date since we've done another set of big refactor - I've opened #1394 for Will review your |
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.
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 forceqs@6.14.1This 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)overridesforqs@6.14.1- 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