diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 55b2487..4866eee 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "ace-builds": "^1.43.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "date-fns": "^3.6.0", + "date-fns": "^4.4.0", "html2canvas": "^1.4.1", "lucide-react": "^0.475.0", "next": "15.5.19", @@ -1135,16 +1135,6 @@ "node": ">=12.4.0" } }, - "node_modules/@opentelemetry/api": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz", - "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==", - "optional": true, - "peer": true, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -3689,9 +3679,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 7ee5403..5bc25cd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "ace-builds": "^1.43.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "date-fns": "^3.6.0", + "date-fns": "^4.4.0", "html2canvas": "^1.4.1", "lucide-react": "^0.475.0", "next": "15.5.19",