From 6c78b1d0a8b3071738eb6eb44b0e0c055dc090e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:49:24 +0000 Subject: [PATCH] fix(deps): update dependency date-fns to v3 --- webapp-next/package.json | 2 +- webapp-next/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webapp-next/package.json b/webapp-next/package.json index bf6786f..58abcb7 100644 --- a/webapp-next/package.json +++ b/webapp-next/package.json @@ -25,7 +25,7 @@ "@uidotdev/usehooks": "^2.1.1", "chart.js": "^4.3.0", "chartjs-adapter-moment": "^1.0.1", - "date-fns": "^2.30.0", + "date-fns": "^3.0.0", "eslint": "8.57.0", "eslint-config-next": "13.5.6", "framer-motion": "^10.12.9", diff --git a/webapp-next/yarn.lock b/webapp-next/yarn.lock index 3021938..b5f7ac2 100644 --- a/webapp-next/yarn.lock +++ b/webapp-next/yarn.lock @@ -1996,6 +1996,11 @@ date-fns@^2.0.1, date-fns@^2.30.0: dependencies: "@babel/runtime" "^7.21.0" +date-fns@^3.0.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf" + integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww== + debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: version "4.3.4" resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"