fix: refresh project dependencies - #14
Merged
Merged
Conversation
This was referenced Aug 6, 2026
kasperrt
added a commit
to kasperrt/wiretyped
that referenced
this pull request
Aug 6, 2026
## Summary - upgrade vulnerable direct and transitive dependencies to patched releases - regenerate dependency lockfiles and add targeted overrides where required - preserve application behavior while removing the reported Dependabot exposure ## Why The repository pinned dependency versions or lockfile resolutions affected by open GitHub Dependabot advisories. This change moves those dependencies to the first patched or newer compatible releases. ## Impact Dependency audits report no known vulnerabilities after the update. Runtime behavior is unchanged except for compatibility migrations required by patched major releases. ## Validation - clean dependency installation - dependency audit with zero known vulnerabilities, where applicable - repository-specific typechecks, tests, and production builds ## Cross-repository rollout These PRs are independent; numbering is for tracking rather than a required deployment sequence. 1. kasperrt/alias#5 2. kasperrt/degen#15 3. kasperrt/etys#2 4. kasperrt/henie.cool#6 5. kasperrt/idle#123 6. kasperrt/kasperrt#27 7. kasperrt/paired#4 8. kasperrt/racers-game-backend#2 9. kasperrt/racers-game-frontend#3 10. kasperrt/runtime-lab#21 11. kasperrt/shottimer#14 12. kasperrt/unhinged#12 13. #184
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.
Refreshes project dependencies while preserving existing application behavior.