build(deps): bump next from 15.5.15 to 15.5.18 in /agentex-ui#230
build(deps): bump next from 15.5.15 to 15.5.18 in /agentex-ui#230dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.5.15 to 15.5.18. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.15...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Looks like next is up-to-date now, so this is no longer needed. |
Bumps next from 15.5.15 to 15.5.18.
Release notes
Sourced from next's releases.
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Greptile Summary
This PR bumps
nextfrom15.5.15to15.5.18inagentex-ui, applying a batch of security patches released by Vercel. The upgrade addresses 7 high-severity advisories (DoS, middleware/proxy bypass, SSRF) along with several moderate and low findings (XSS, cache poisoning).Confidence Score: 5/5
Safe to merge — this is a pure security patch upgrade with no application code changes.
The diff is limited to version strings and integrity hashes in package.json and package-lock.json. The new version patches multiple high-severity CVEs without introducing any breaking changes (patch-level bump within 15.5.x). No custom rules are violated.
No files require special attention.
Important Files Changed
nextdependency from15.5.15to15.5.18; no other changes.nextand all@next/swc-*platform binaries to15.5.18with refreshed integrity hashes; all other entries are unchanged.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[next 15.5.15] -->|Security patch bump| B[next 15.5.18] B --> C1[GHSA-8h8q: DoS - Server Components ✅] B --> C2[GHSA-267c / GHSA-26hh: Middleware bypass ✅] B --> C3[GHSA-mg66: DoS - Cache Components ✅] B --> C4[GHSA-492v: Route param injection bypass ✅] B --> C5[GHSA-c4j6: SSRF via WebSocket upgrades ✅] B --> C6[GHSA-36qx: Pages Router i18n bypass ✅] B --> C7[GHSA-ffhc / GHSA-gx5p: XSS ✅] B --> C8[GHSA-wfc6 / GHSA-vfv6 / GHSA-3g8h: Cache poisoning ✅]Reviews (1): Last reviewed commit: "build(deps): bump next from 15.5.15 to 1..." | Re-trigger Greptile