From 6ac3d3e62ceb45c0fa4277490ff666de7e23c7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:22:07 +0000 Subject: [PATCH] Bump date-fns from 3.1.0 to 3.2.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.1.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/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7431efba38..fce4f93737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "dark-editable": "github:DarKsandr/dark-editable", - "date-fns": "^3.0.6", + "date-fns": "^3.2.0", "i18next": "^23.7.16", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.4.2", @@ -596,9 +596,9 @@ "resolved": "git+ssh://git@github.com/DarKsandr/dark-editable.git#8601f10ef5a49ff9ad6f1c0921d523f17f174036" }, "node_modules/date-fns": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.1.0.tgz", - "integrity": "sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" diff --git a/package.json b/package.json index c562c44a73..3a34da0d44 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "dark-editable": "github:DarKsandr/dark-editable", - "date-fns": "^3.0.6", + "date-fns": "^3.2.0", "i18next": "^23.7.16", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.4.2",