From eb7e61fd1e9d88363c93ace705f393db7ed3ac2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:12:09 +0000 Subject: [PATCH] build(deps): bump date-fns from 2.30.0 to 3.2.0 in /frontend/shared Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.2.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shared/package.json b/frontend/shared/package.json index 7d1793449f..d39e1a8d1c 100644 --- a/frontend/shared/package.json +++ b/frontend/shared/package.json @@ -17,7 +17,7 @@ "@sentry/nextjs": "^7.16.0", "axios": "^0.27.2", "cors": "^2.8.5", - "date-fns": "^2.22.1", + "date-fns": "^3.2.0", "dotenv": "^16.0.0", "express": "^4.17.1", "fast-deep-equal": "^3.1.3",