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 waspc/examples/pg-vector-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"framer-motion": "^10.16.4",
"pgvector": "0.1.5",
"cheerio": "1.0.0-rc.12",
"axios": "^1.4.0",
"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.

high

This updates axios in package.json, but the package-lock.json file is missing from this pull request. Without an updated lock file, the vulnerable version of axios might still be used in environments that rely on npm ci. Please run npm install to generate the updated package-lock.json and commit it to this PR.

"react-markdown": "^8.0.7",
"wasp": "file:.wasp/out/sdk/wasp",
"react": "^18.2.0"
Expand Down
Loading