1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:35:29 -04:00
Vercel 3d1dd92252 Fix React Server Components CVE vulnerabilities
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-11 21:17:40 -05:00
2025-04-04 11:29:28 -04:00
2025-05-02 22:04:26 -04:00
2025-12-07 14:27:58 -05:00
2025-11-22 17:11:42 -05:00
2025-05-19 17:58:03 -04:00
2025-05-14 09:49:55 -04:00
2022-01-04 22:19:28 -05:00
2021-12-30 08:18:41 -05:00
2025-05-02 22:04:26 -04:00
2025-12-07 14:27:58 -05:00
2025-05-14 09:49:55 -04:00
2025-05-14 09:49:55 -04:00
2025-05-19 17:58:03 -04:00
2021-12-30 08:18:41 -05:00
2025-05-02 22:04:26 -04:00
2025-05-14 09:49:55 -04:00
2025-12-03 12:22:29 -05:00
2025-11-22 17:11:42 -05:00

🏡  jarv.is

Vercel deployment Next.js version Licensed under CC-BY-4.0 GitHub repo size Dynamic JSON Badge

My humble abode on the World Wide Web, created and deployed using Next.js, Tailwind CSS, Neon Postgres, Drizzle, Better Auth, and more.

🕹️ Getting Started

Open in GitHub Codespaces

I highly recommend spinning up a Codespace with the button above to start inside of a preconfigured and tested environment. But you can also clone this repository locally, run pnpm install to pull down the necessary dependencies and pnpm dev to start the local server, and then open localhost:3000 in a browser. Pages will live-refresh when source files are changed.

Be sure to populate the required environment variables! Refer to lib/env.ts, which documents (and strictly type-checks) these variables. The included .env.example file should be copied and used as a template for a new local .env file, which the local next dev server will then ingest.

⚠️ Currently, there are a few assumptions sprinkled throughout the code that this repo will be deployed to Vercel and only Vercel. I'll correct this soon™ now that some escape hatches (namely OpenNext) actually exist...

📜 License

Site content is licensed under the CC-BY-4.0 license, which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.

All other code in this repository is licensed under the MIT license.

Languages
MDX 51.6%
TypeScript 45.8%
CSS 2.6%