-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update deps with reported security vulnerabilities (first pass) #742
Conversation
"@bull-board/fastify": "^5.21.1", | ||
"@cloud-cryptographic-wallet/cloud-kms-signer": "^0.1.2", | ||
"@cloud-cryptographic-wallet/signer": "^0.0.5", | ||
"@fastify/basic-auth": "^5.1.1", | ||
"@fastify/cookie": "^8.3.0", | ||
"@fastify/cookie": "^9.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only major version bump and impacts thirdweb-dev/auth:
=> Found "@thirdweb-dev/auth#@fastify/[email protected]"
I tested dashboard auth and access token auth to confirm there were no breaking changes.
"cookie": "^0.5.0", | ||
"cookie-parser": "^1.4.6", | ||
"cookie": "^0.7.0", | ||
"cookie-parser": "^1.4.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would recommend using strict versions here rather than ^
ones. you never know what patch update is gonna get sneaked in there otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I think this is a mixed opinion, will ping the channel for more thoughts.
Updating minor versions gets us security/performance improvements, but you're right it can introduce unintentional breaking changes.
PR-Codex overview
This PR updates the dependencies in the
package.json
andyarn.lock
files, including major version upgrades for various packages, which may enhance functionality, security, and performance.Detailed summary
@aws-sdk/client-kms
from^3.398.0
to^3.679.0
@bull-board/fastify
from^5.21.1
to^5.23.0
@fastify/cookie
from^8.3.0
to^9.2.0
body-parser
from^1.20.2
to^1.20.3
dd-trace
from^5.19.0
to^5.23.0
fastify
from^4.15.0
to^4.28.1
@types/node
and other@smithy
dependencies to newer versions