diff --git a/web/package-lock.json b/web/package-lock.json index 3c750af..c7d4e44 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "@radix-ui/react-tooltip": "^1.1.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "lucide-react": "^0.460.0", "motion": "^11.11.17", "next": "^15.5.18", @@ -3757,9 +3757,9 @@ } }, "node_modules/date-fns": { - "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.3.0.tgz", - "integrity": "sha512-OYcL+3N/jyWbYdFGqoMAhytDgxP9pbYPUUiRCOgn4Fewaadk9l/Wam4Avciiyp2BgkpfQyBV9B+ehnVJych+eQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz", + "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==", "license": "MIT", "funding": { "type": "github", diff --git a/web/package.json b/web/package.json index b10ab4d..cc36084 100644 --- a/web/package.json +++ b/web/package.json @@ -37,7 +37,7 @@ "zod": "^3.23.8", "next-themes": "^0.4.3", "sonner": "^1.7.0", - "date-fns": "^4.1.0" + "date-fns": "^4.4.0" }, "devDependencies": { "typescript": "^5.6.3",