diff --git a/package-lock.json b/package-lock.json
index 47041a2..7f9206b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -45,7 +45,7 @@
         "zustand": "^4.5.2"
       },
       "devDependencies": {
-        "@next/eslint-plugin-next": "^14.1.3",
+        "@next/eslint-plugin-next": "^14.1.4",
         "@types/lodash": "^4.17.0",
         "@types/node": "^20",
         "@types/react": "^18",
@@ -532,9 +532,9 @@
       "integrity": "sha512-VhgXTvrgeBRxNPjyfBsDIMvgsKDxjlpw4IAUsHCX8Gjl1vtHUYRT3+xfQ/wwvLPDd/6kqfLqk9Pt4+7gysuCKQ=="
     },
     "node_modules/@next/eslint-plugin-next": {
-      "version": "14.1.3",
-      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.3.tgz",
-      "integrity": "sha512-VCnZI2cy77Yaj3L7Uhs3+44ikMM1VD/fBMwvTBb3hIaTIuqa+DmG4dhUDq+MASu3yx97KhgsVJbsas0XuiKyww==",
+      "version": "14.1.4",
+      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.4.tgz",
+      "integrity": "sha512-n4zYNLSyCo0Ln5b7qxqQeQ34OZKXwgbdcx6kmkQbywr+0k6M3Vinft0T72R6CDAcDrne2IAgSud4uWCzFgc5HA==",
       "dev": true,
       "dependencies": {
         "glob": "10.3.10"
@@ -3028,6 +3028,15 @@
         }
       }
     },
+    "node_modules/eslint-config-next/node_modules/@next/eslint-plugin-next": {
+      "version": "14.1.3",
+      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.3.tgz",
+      "integrity": "sha512-VCnZI2cy77Yaj3L7Uhs3+44ikMM1VD/fBMwvTBb3hIaTIuqa+DmG4dhUDq+MASu3yx97KhgsVJbsas0XuiKyww==",
+      "dev": true,
+      "dependencies": {
+        "glob": "10.3.10"
+      }
+    },
     "node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": {
       "version": "6.21.0",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
diff --git a/package.json b/package.json
index 2a3d175..bdf8ef0 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
     "zustand": "^4.5.2"
   },
   "devDependencies": {
-    "@next/eslint-plugin-next": "^14.1.3",
+    "@next/eslint-plugin-next": "^14.1.4",
     "@types/lodash": "^4.17.0",
     "@types/node": "^20",
     "@types/react": "^18",