-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #16
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 |
|---|---|---|
|
|
@@ -295,11 +295,11 @@ | |
| "lowlight": "3.1.0", | ||
| "markdownlint-rule-helpers": "^0.25.0", | ||
| "mdast-util-from-markdown": "^2.0.0", | ||
| "mdast-util-to-hast": "^13.2.0", | ||
| "mdast-util-to-hast": "^13.2.1", | ||
| "mdast-util-to-markdown": "2.1.0", | ||
| "mdast-util-to-string": "^4.0.0", | ||
| "morgan": "^1.10.0", | ||
| "next": "^15.1.5", | ||
| "next": "^15.1.9", | ||
|
Comment on lines
+298
to
+302
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.
The change raises Useful? React with 👍 / 👎. |
||
| "ora": "^8.0.1", | ||
| "parse5": "7.1.2", | ||
| "quick-lru": "7.0.0", | ||
|
|
||
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.
As noted in the pull request description,
package-lock.jsonhas not been updated to reflect the dependency changes inpackage.json. This is a critical issue, as it means the vulnerable package versions might still be used.Please run
npm installto updatepackage-lock.jsonand commit the changes before merging.