
Upgrading `next` from `14.2.3` to `14.2.26`
## Fixes Summary
| File | Fix Explanation |
| --------- | ---------------- |
| <pre> /cognee-frontend/package.json </pre> | |
| <pre> /cognee-frontend/package-lock.json </pre> | |
| <pre> /cognee-frontend/src/app/layout.tsx </pre> | No changes are
needed. The code uses the `Metadata` type and the `Inter` font from
`next` in a manner compatible with recent Next.js versions, including
the updated versions that patch the vulnerabilities. The usage of
`Metadata`, the font import, and the RootLayout structure matches the
current Next.js app router conventions. There are no breaking API
changes or deprecations here requiring code modifications for
compatibility. |
---------
Co-authored-by: pensarapp[bot] <182705637+pensarapp[bot]@users.noreply.github.com>