-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,12 +15,12 @@ | |
| "axios": "^1.7.2", | ||
| "babel-plugin-styled-components": "^2.1.4", | ||
| "cookie": "^0.6.0", | ||
| "diff2html": "^3.4.48", | ||
| "diff2html": "^3.4.56", | ||
| "framer-motion": "^11.2.4", | ||
| "install": "^0.13.0", | ||
| "js-cookie": "^3.0.5", | ||
| "monaco-editor": "^0.50.0", | ||
| "next": "14.2.2", | ||
| "next": "15.5.10", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This pull request upgrades |
||
| "react": "^18", | ||
| "react-beautiful-dnd": "^13.1.1", | ||
| "react-diff-view": "^3.2.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While
diff2htmlis only a patch update, it introduces major version changes for its dependencies. Specifically,diffis upgraded from5.1.0to8.0.3, andhogan.jsis replaced by@profoundlogic/hogan. These are significant changes that could introduce breaking changes in howdiff2htmlparses diffs. Since you are usingdiff2html'sparsefunction inMonacoDiffEditor.tsx, please ensure this functionality is thoroughly tested to prevent any regressions.