diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e16c4bf..a2c36ac 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "axios": "1.16.1", "clsx": "^2.1.1", "d3-force": "^3.0.0", - "date-fns": "3.6.0", + "date-fns": "4.4.0", "lucide-react": "0.383.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -2332,9 +2332,10 @@ } }, "node_modules/date-fns": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", - "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "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", "url": "https://github.com/sponsors/kossnocorp" diff --git a/frontend/package.json b/frontend/package.json index 71e6530..2a26051 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "axios": "1.16.1", "clsx": "^2.1.1", "d3-force": "^3.0.0", - "date-fns": "3.6.0", + "date-fns": "4.4.0", "lucide-react": "0.383.0", "react": "18.3.1", "react-dom": "18.3.1",