From 18e7693c8bfb7185efe6c83cec604df34ad84867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:25:05 +0000 Subject: [PATCH] chore(deps): bump date-fns from 2.30.0 to 3.2.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bb71b3..fecf7be 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "date-fns": "^2.30.0", + "date-fns": "^3.2.0", "lodash": "^4.17.21" } }