ENG: Fixes Axios Security Issues and Fixes Example App to use Local Bad Magic build#110
Merged
TheNorthRemembers merged 2 commits intomainfrom Sep 26, 2025
Merged
ENG: Fixes Axios Security Issues and Fixes Example App to use Local Bad Magic build#110TheNorthRemembers merged 2 commits intomainfrom
TheNorthRemembers merged 2 commits intomainfrom
Conversation
| version "0.24.0" | ||
| resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6" | ||
| integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA== | ||
| axios@^1.8.2: |
Collaborator
Author
There was a problem hiding this comment.
this and the other Axios bumps below should clear the Highs 🙏
| "private": true, | ||
| "dependencies": { | ||
| "badmagic": "latest", | ||
| "badmagic": "file:../", |
Collaborator
Author
There was a problem hiding this comment.
use the local build vs latest package publish
zlarsen
previously approved these changes
Sep 26, 2025
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Scott-Christianson
previously approved these changes
Sep 26, 2025
6086fcc
| "chalk": "^5.3.0", | ||
| "cors": "^2.8.5", | ||
| "express": "^4.20.0" | ||
| "express": "^4.21.2" |
Collaborator
Author
There was a problem hiding this comment.
This gets rid of the path-to-regex alert
zlarsen
approved these changes
Sep 26, 2025
55d7e63 to
511c13b
Compare
511c13b to
876b8f0
Compare
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.
We had a few issues here