-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): upgrade vulnerable dependencies and re-enable strict CVE gating #30
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
Changes from all commits
c6474b5
ea12bb9
aebed18
89b3e41
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,21 @@ | |
| "bcrypt", | ||
| "cypress", | ||
| "sharp" | ||
| ] | ||
| ], | ||
| "overrides": { | ||
| "handlebars": ">=4.7.9", | ||
| "minimatch@<3.1.4": "3.1.4", | ||
| "minimatch@>=4.0.0 <9.0.7": "9.0.7", | ||
| "minimatch@>=10.0.0 <10.2.3": "10.2.3", | ||
| "multer": ">=2.1.1", | ||
| "lodash": ">=4.18.0", | ||
| "path-to-regexp": ">=8.4.0", | ||
| "serialize-javascript": ">=7.0.3", | ||
| "flatted": ">=3.4.2", | ||
| "picomatch": ">=4.0.4", | ||
| "fast-uri": ">=3.1.2", | ||
| "@babel/plugin-transform-modules-systemjs": ">=7.29.4" | ||
| } | ||
|
Comment on lines
+24
to
+37
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. Several dependency versions specified in this
Using non-standard or non-existent versions is a critical security risk (potential dependency confusion or supply chain attack) and will cause build failures in standard environments. Please verify these versions and ensure they are sourced from a trusted, reachable registry. |
||
| }, | ||
| "devDependencies": { | ||
| "turbo": "^2.8.9", | ||
|
|
||
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.
The version
^15.5.18fornextdoes not exist on the public npm registry. The current latest stable version of Next.js is15.1.7. Please check if this is a typo or if you are using a private registry with custom patches. If it is a typo, it will cause installation failures.