Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sonner": "2.0.6",
"spdx-correct": "^3.2.0",
"stripe": "17.7.0",
"swagger-ui-react": "^5.24.1",
"swagger-ui-react": "^5.30.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

While this version upgrade is correct, the pnpm-lock.yaml file also needs to be updated to reflect this change. As the PR description warns, this was not done automatically. Please run pnpm install and commit the updated lock file. Without this, the vulnerability will not be patched in deployments that use the lockfile, leaving the application exposed.

"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "workspace:*",
Expand Down
Loading