Skip to content

Lock Libsodium#173

Merged
korgon merged 1 commit intomainfrom
libsodium-hotfix
Dec 30, 2025
Merged

Lock Libsodium#173
korgon merged 1 commit intomainfrom
libsodium-hotfix

Conversation

@korgon
Copy link
Contributor

@korgon korgon commented Dec 30, 2025

  • locking in the libsodium dependency

Copilot AI review requested due to automatic review settings December 30, 2025 00:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR locks the libsodium-wrappers dependency to a specific version (0.7.15) by removing the caret (^) prefix, preventing automatic minor and patch version updates.

Key Changes

  • Updated libsodium-wrappers from ^0.7.13 to exact version 0.7.15

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"glob": "^9.3.5",
"inquirer": "^8.2.4",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "0.7.15",
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

While locking the dependency version provides reproducibility, the version jumped from ^0.7.13 to 0.7.15 without maintaining consistency with other dependencies in the file (which use caret ranges). Consider documenting why this specific version needs to be locked, or apply the same locking strategy to other security-critical dependencies for consistency.

Suggested change
"libsodium-wrappers": "0.7.15",
"libsodium-wrappers": "^0.7.15",

Copilot uses AI. Check for mistakes.
@korgon korgon merged commit ce71f73 into main Dec 30, 2025
1 check failed
@korgon korgon deleted the libsodium-hotfix branch December 30, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants