From 9e40cd9b2f31e6fcd8af80fec21c83d302dc7d96 Mon Sep 17 00:00:00 2001
From: Karan <137987751+karsh0@users.noreply.github.com>
Date: Sun, 24 Aug 2025 11:04:36 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 41 +++++++++--------------------------------
1 file changed, 9 insertions(+), 32 deletions(-)
diff --git a/README.md b/README.md
index e215bc4..1d45131 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,13 @@
-This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
+# Randomly
-## Getting Started
+**Dive into the World of Anonymous Messages**
+An anonymous messaging platform where users can express thoughts and questions candidly, without revealing their identity.
-First, run the development server:
+
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-# or
-bun dev
-```
+# Tech Stack
+- **Framework**: Nextjs
+- **Language**: TypeScript
+- **Styling**: Tailwind CSS
+- **Deployment**: Vercel
-Open [http://localhost:3000](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`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
From 9945e1b44644a3dbdac9421ce86fc89dc7ac8051 Mon Sep 17 00:00:00 2001
From: Vercel
Date: Tue, 10 Feb 2026 14:46:21 +0000
Subject: [PATCH 2/2] 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
---
package-lock.json | 76 ++++++++++++++++++++++++++++++++++++++++++-----
package.json | 2 +-
2 files changed, 69 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 14b9486..f27a0ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"clsx": "^2.1.1",
"framer-motion": "^12.23.3",
"lucide-react": "^0.525.0",
- "next": "15.3.5",
+ "next": "15.3.8",
"next-auth": "^4.24.11",
"prisma": "^6.11.1",
"react": "^19.0.0",
@@ -617,9 +617,9 @@
}
},
"node_modules/@next/env": {
- "version": "15.3.5",
- "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.5.tgz",
- "integrity": "sha512-7g06v8BUVtN2njAX/r8gheoVffhiKFVt4nx74Tt6G4Hqw9HCLYQVx/GkH2qHvPtAHZaUNZ0VXAa0pQP6v1wk7g==",
+ "version": "15.3.8",
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.8.tgz",
+ "integrity": "sha512-SAfHg0g91MQVMPioeFeDjE+8UPF3j3BvHjs8ZKJAUz1BG7eMPvfCKOAgNWJ6s1MLNeP6O2InKQRTNblxPWuq+Q==",
"license": "MIT"
},
"node_modules/@next/swc-darwin-arm64": {
@@ -1292,6 +1292,66 @@
"node": ">=14.0.0"
}
},
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
+ "version": "1.4.3",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/wasi-threads": "1.0.2",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
+ "version": "1.4.3",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
+ "version": "1.0.2",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
+ "version": "0.2.11",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/core": "^1.4.3",
+ "@emnapi/runtime": "^1.4.3",
+ "@tybys/wasm-util": "^0.9.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
+ "version": "0.9.0",
+ "dev": true,
+ "inBundle": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
+ "version": "2.8.0",
+ "dev": true,
+ "inBundle": true,
+ "license": "0BSD",
+ "optional": true
+ },
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
"version": "4.1.11",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz",
@@ -1971,12 +2031,12 @@
}
},
"node_modules/next": {
- "version": "15.3.5",
- "resolved": "https://registry.npmjs.org/next/-/next-15.3.5.tgz",
- "integrity": "sha512-RkazLBMMDJSJ4XZQ81kolSpwiCt907l0xcgcpF4xC2Vml6QVcPNXW0NQRwQ80FFtSn7UM52XN0anaw8TEJXaiw==",
+ "version": "15.3.8",
+ "resolved": "https://registry.npmjs.org/next/-/next-15.3.8.tgz",
+ "integrity": "sha512-L+4c5Hlr84fuaNADZbB9+ceRX9/CzwxJ+obXIGHupboB/Q1OLbSUapFs4bO8hnS/E6zV/JDX7sG1QpKVR2bguA==",
"license": "MIT",
"dependencies": {
- "@next/env": "15.3.5",
+ "@next/env": "15.3.8",
"@swc/counter": "0.1.3",
"@swc/helpers": "0.5.15",
"busboy": "1.6.0",
diff --git a/package.json b/package.json
index 8ed6762..a36ff01 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"clsx": "^2.1.1",
"framer-motion": "^12.23.3",
"lucide-react": "^0.525.0",
- "next": "15.3.5",
+ "next": "15.3.8",
"next-auth": "^4.24.11",
"prisma": "^6.11.1",
"react": "^19.0.0",