cognee/cognee-frontend
pensarapp[bot] ce3a37f61b
Pensar - Upgrade next from 14.2.3 to 14.2.26 (#895)
![Secured with
Pensar](https://pensar-brand-assets.s3.us-east-1.amazonaws.com/secured-by-pensar-large.svg)

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>
2025-06-09 16:11:27 +02:00
..
public feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
src Merge dev with main (#921) 2025-06-07 07:48:47 -07:00
.dockerignore fix: run frontend in a container 2024-06-23 13:24:58 +02:00
.eslintrc.json feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
.gitignore feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
Dockerfile fix: run frontend in a container 2024-06-23 13:24:58 +02:00
next.config.mjs feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
package-lock.json Pensar - Upgrade next from 14.2.3 to 14.2.26 (#895) 2025-06-09 16:11:27 +02:00
package.json Pensar - Upgrade next from 14.2.3 to 14.2.26 (#895) 2025-06-09 16:11:27 +02:00
README.md feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
tsconfig.json Merge dev with main (#921) 2025-06-07 07:48:47 -07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.