[Snyk] Security upgrade next from 15.5.3 to 15.5.7#30
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14173355
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 15
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "idb-keyval": "^6.2.1", | ||
| "lucide-react": "^0.454.0", | ||
| "next": "15.5.3", | ||
| "next": "^15.5.7", |
There was a problem hiding this comment.
Bug: Version mismatch between package.json and package-lock.json
The version specifier for next is inconsistent between the two files. In package.json, the version is specified as exact "15.5.7" (no caret), but in package-lock.json it's specified as "^15.5.7" (with caret). This mismatch means the lockfile has a different semver range than the source package.json, which could lead to unexpected version resolution behavior or npm warnings about the lockfile being out of sync.
Additional Locations (1)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 55 55
=========================================
Hits 55 55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
ui/package.jsonui/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-NEXT-14173355
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Arbitrary Code Injection
Note
Upgrade Next.js from 15.5.3 to 15.5.7 and update lockfile (including related @next/env and SWC platform binaries).
nextfrom15.5.3to15.5.7inui/package.json.ui/package-lock.jsonentries fornext,@next/env, and platform-specific@next/swc-*binaries to15.5.7.Written by Cursor Bugbot for commit 8834a2d. This will update automatically on new commits. Configure here.