Compare commits

...

4 Commits

Author SHA1 Message Date
rish
405abb24e1 Merge pull request #35 from vaibhavmule/fix/cve-2025-66478-nextjs-security-update 2025-12-09 09:39:15 -05:00
Vaibhav Mule
c535332e30 fix: update Next.js to 15.5.7 to resolve CVE-2025-66478
- Update Next.js from ^15 to ^15.5.7 (patched version)
- Update eslint-config-next from 15.0.3 to 15.5.7 to match
- Addresses critical security vulnerability CVE-2025-66478
- Reference: https://nextjs.org/blog/CVE-2025-66478
2025-12-08 01:03:22 +05:30
veganbeef
c73b955cf9 v1.9.1 2025-12-01 09:05:38 -08:00
Lucas Myers
76396153a1 Merge pull request #33 from neynarxyz/veganbeef/fix-donation-addresses
fix: update protocol guild donation addresses to latest
2025-12-01 11:01:51 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ export async function init(
dotenv: '^16.4.7',
'lucide-react': '^0.469.0',
mipd: '^0.0.7',
next: '^15',
next: '^15.5.7',
react: '^19',
'react-dom': '^19',
'tailwind-merge': '^2.6.0',
@@ -525,7 +525,7 @@ export async function init(
"@vercel/sdk": "^1.9.0",
"crypto": "^1.0.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.5.7",
"inquirer": "^10.2.2",
"pino-pretty": "^13.0.0",
"postcss": "^8",

View File

@@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.9.0",
"version": "1.9.1",
"type": "module",
"private": false,
"access": "public",