From dcfd70193f3adc5ebf79e03949175554d7936d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:41:10 +0000 Subject: [PATCH] chore(deps): bump date-fns-tz from 2.0.1 to 3.1.3 Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 2.0.1 to 3.1.3. - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.1.3) --- updated-dependencies: - dependency-name: date-fns-tz 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 c8fb8eb..3193ca5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": ">=0.21.1", "babel-plugin-root-import": "^6.4.1", "date-fns": "^3.0.6", - "date-fns-tz": "^2.0.0", + "date-fns-tz": "^3.1.3", "history": "^5.0.0", "immer": "^10.0.2", "polished": "^4.1.1",