From bbcc9a0e04bc378bcf72f2cc3233cfbdeab7481a Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 23 Dec 2025 16:47:52 +0800 Subject: [PATCH] update --- next.config.ts | 6 ++---- package-lock.json | 11 ++++++----- package.json | 4 ++-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/next.config.ts b/next.config.ts index 6abe5df..42232c9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,13 +1,11 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { +/** @type {import('next').NextConfig} */ +const nextConfig = { images: { domains: ["mikulnews.com", "dev.mikulnews.com"], }, eslint: { ignoreDuringBuilds: true, }, - // Add experimental features for better chunk handling experimental: { optimizePackageImports: ["@ckeditor/ckeditor5-react", "react-apexcharts"], }, diff --git a/package-lock.json b/package-lock.json index 78b44b4..0db3818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,8 +37,8 @@ "js-cookie": "^3.0.5", "lightningcss": "^1.30.1", "lucide-react": "^0.525.0", - "next": "15.3.4", - "react": "^19.0.0", + "next": "^15.3.4", + "react": "^19.2.3", "react-apexcharts": "^1.7.0", "react-datepicker": "^8.4.0", "react-day-picker": "^9.7.0", @@ -5953,6 +5953,7 @@ "version": "15.3.4", "resolved": "https://registry.npmjs.org/next/-/next-15.3.4.tgz", "integrity": "sha512-mHKd50C+mCjam/gcnwqL1T1vPx/XQNFlXqFIVdgQdVAFY9iIQtY0IfaVflEYzKiqjeA7B0cYYMaCrmAYFjs4rA==", + "deprecated": "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details.", "dependencies": { "@next/env": "15.3.4", "@swc/counter": "0.1.3", @@ -6374,9 +6375,9 @@ ] }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index ef84d72..57a2716 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "js-cookie": "^3.0.5", "lightningcss": "^1.30.1", "lucide-react": "^0.525.0", - "next": "15.3.4", - "react": "^19.0.0", + "next": "^15.3.4", + "react": "^19.2.3", "react-apexcharts": "^1.7.0", "react-datepicker": "^8.4.0", "react-day-picker": "^9.7.0",