security: patch Dependabot vulnerabilities (Vite, @tootallnate/once)#1068
Merged
Conversation
…ties - Bump vite from ^5.0.0 to ^5.4.19 (resolves 5.4.21) in web/moderation to fix dev server .map file path traversal (Dependabot alert) - Add npm override for @tootallnate/once >=3.0.1 in app to fix Incorrect Control Flow Scoping when AbortSignal is used (Dependabot alert #1, transitive via jest-expo) https://claude.ai/code/session_01TScusWmsWkJPo18VPRSbQi
Test Results✅ All tests passed
Coverage
⏱️ Duration: 58.1s |
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
web/moderation): Bump from^5.0.0to^5.4.19(resolves 5.4.21) to fix dev server.mapfile path traversal vulnerability that could expose files outside the project rootapp): Add npm override>=3.0.1to fix Incorrect Control Flow Scoping when AbortSignal is used (transitive dep via jest-expo). Resolves Dependabot alert Finish Genesis rollout: enable chapters 31–50, update navigation and service worker cache #1Test plan
cd web/moderation && npm install && npm run build— verify moderation dashboard still buildscd app && npm install && npm test— verify app tests pass with overridden dependencyhttps://claude.ai/code/session_01TScusWmsWkJPo18VPRSbQi