Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion .github/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "next-github-workflows",
"private": true,
"packageManager": "pnpm@10.33.0"
"packageManager": "pnpm@10.33.0",
"dependencies": {

@vercel vercel Bot Jun 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The security fix in .github/package.json is ineffective: adding axios: 1.8.2 as a direct dependency leaves the vulnerable axios@1.7.9 (CVE-2025-27152) in the tree as a transitive dependency of @slack/web-api@7.8.0.

Fix on Vercel

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@orbisai0security can you address code review comments?

"axios": "1.8.2"
}
}
19 changes: 18 additions & 1 deletion .github/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.