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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-infinite-scroll-hook": "^4.1.1",
"react-markdown": "^9.0.0",
"rehype-raw": "^7.0.0",
"sharp": "^0.32.6",
"sharp": "^0.34.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

While the ^ prefix allows for patch and minor updates, it's a good practice to pin the version for security-related upgrades, especially when it's a large version jump like this one. This ensures that you are using the exact version that was scanned and recommended by Snyk (0.34.4), preventing any potential issues from subsequent patch releases. This also makes your builds more deterministic. After making this change, please run yarn install to update the yarn.lock file accordingly.

Suggested change
"sharp": "^0.34.4",
"sharp": "0.34.4",

"viem": "^2.13.1",
"wagmi": "^2.12.12",
"yaqrcode": "^0.2.1"
Expand Down
Loading