diff --git a/package-lock.json b/package-lock.json
index fa9d73184..0f18ed68e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
         "@mui/icons-material": "5.15.20",
         "@mui/material": "5.15.20",
         "@mui/x-date-pickers": "6.20.2",
-        "date-fns": "2.30.0",
+        "date-fns": "3.6.0",
         "graphql": "16.8.2",
         "react": "18.3.1",
         "react-dom": "18.3.1",
@@ -11844,17 +11844,13 @@
       "license": "MIT"
     },
     "node_modules/date-fns": {
-      "version": "2.30.0",
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
+      "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
       "license": "MIT",
-      "dependencies": {
-        "@babel/runtime": "^7.21.0"
-      },
-      "engines": {
-        "node": ">=0.11"
-      },
       "funding": {
-        "type": "opencollective",
-        "url": "https://opencollective.com/date-fns"
+        "type": "github",
+        "url": "https://github.com/sponsors/kossnocorp"
       }
     },
     "node_modules/debounce": {
diff --git a/package.json b/package.json
index 1a959bce2..9534ed1f7 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
     "@mui/icons-material": "5.15.20",
     "@mui/material": "5.15.20",
     "@mui/x-date-pickers": "6.20.2",
-    "date-fns": "2.30.0",
+    "date-fns": "3.6.0",
     "graphql": "16.8.2",
     "react": "18.3.1",
     "react-dom": "18.3.1",