-
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
base: main
Are you sure you want to change the base?
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
PR-Codex overview
This PR updates various dependencies in the
package.json
andyarn.lock
files, ensuring the project uses the latest versions of several packages, particularly those related to AWS SDK and related utilities.Detailed summary
@aws-sdk/client-kms
from^3.398.0
to^3.679.0
@fastify/cookie
from^8.3.0
to^9.2.0
body-parser
from^1.20.2
to^1.20.3
cookie
from^0.5.0
to^0.7.0
cookie-parser
from^1.4.6
to^1.4.7
dd-trace
from^5.19.0
to^5.23.0
@bull-board/api
,@bull-board/fastify
, and@bull-board/ui
from5.21.1
to5.23.0
3.679.0
@smithy
packages to various newer versionsyarn.lock