patch security omg

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-12-18 10:50:16 +07:00
parent 6510022716
commit 4760f51095
4 changed files with 3725 additions and 1121 deletions

2952
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"next": "14.2.24", "next": "^14.2.35",
"react": "^18", "react": "^18",
"react-dom": "^18" "react-dom": "^18"
}, },
@ -26,7 +26,7 @@
"@types/react-dom": "^18", "@types/react-dom": "^18",
"add": "^2.0.6", "add": "^2.0.6",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.2.24", "eslint-config-next": "^16.0.10",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5", "typescript": "^5",

View File

@ -26,9 +26,6 @@ export default function Home() {
<article className="space-y-5 leading-relaxed relative text-sm"> <article className="space-y-5 leading-relaxed relative text-sm">
<HomeText /> <HomeText />
</article> </article>
<section className="my-8">
<p> Powered with <Link href="https://www.cloudflare.com/" target="_blank">Cloudflare</Link> </p>
</section>
<footer className="mt-20 text-center"> <footer className="mt-20 text-center">
<p>&copy; <span className="text-sm">2025 Nomi Nonszy</span></p> <p>&copy; <span className="text-sm">2025 Nomi Nonszy</span></p>
<p className="text-sm"> <p className="text-sm">

1885
yarn.lock

File diff suppressed because it is too large Load Diff