Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"@noble/curves": "^2.0.1",
"@types/localtunnel": "^2.0.4",
"agent0-sdk": "0.2.1",
"axios": "^1.12.2",
"axios": "^1.13.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update pnpm-lock.yaml alongside axios bump

This change updates only package.json, but the lockfile still pins axios to 1.13.1 with the old specifier (pnpm-lock.yaml lines 48-50), so reproducible installs will not pick up 1.13.5; additionally, workflows that run pnpm install --frozen-lockfile (e.g. .github/workflows/pr-checks.yml lines 27/50 and .github/workflows/publish.yml line 159) will fail because the lockfile is out of sync with package.json. Please regenerate and commit pnpm-lock.yaml with this dependency bump.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

While upgrading axios is the correct step to fix the security vulnerability, the pnpm-lock.yaml file has not been updated to reflect this change. As noted in the PR description, this needs to be done manually. Without updating the lock file, the vulnerable version of axios might still be installed, leaving the project exposed.

Please run the following command and commit the updated lock file:

pnpm install

"bignumber.js": "^9.3.1",
"buffer": "^6.0.3",
"chalk": "^5.4.1",
Expand Down
Loading