fix(deps): refresh package-lock for libsodium 0.7.16 - #5
Merged
Conversation
package.json was bumped to libsodium-sumo@^0.7.16 and libsodium-wrappers-sumo@^0.7.16 without regenerating the lockfile, which still pinned 0.7.15. npm ci on main started failing with: Invalid: lock file's libsodium-sumo@0.7.15 does not satisfy libsodium-sumo@0.7.16 Regenerate the lockfile so npm ci succeeds again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
package.jsonwas bumped tolibsodium-sumo@^0.7.16andlibsodium-wrappers-sumo@^0.7.16without regeneratingpackage-lock.json, which still resolved both to0.7.15.npm cionmainrejects the lockfile because^0.7.16does not satisfy0.7.15. Failing run: https://github.com/IndigoProtocol/cardano-mcp/actions/runs/23770982837npm install --package-lock-only) so the two packages resolve to0.7.16.Test plan
npm cisucceeds locallynpm run buildsucceeds locallybuild (20.x)passesbuild (22.x)passes