From d22848c805a65b988d7d863300ffbe28b78d643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:37:12 +0000 Subject: [PATCH] Bump date-fns from 3.2.0 to 3.3.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.2.0 to 3.3.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.2.0...v3.3.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aea377804..4259cde50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "d3-scale": "^3.3.0", "d3-selection": "^2.0.0", "d3-shape": "^2.1.0", - "date-fns": "^3.2.0", + "date-fns": "^3.3.0", "express": "^4.18.2", "express-pino-logger": "^7.0.0", "express-static-gzip": "^2.1.7", @@ -8662,9 +8662,9 @@ } }, "node_modules/date-fns": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", - "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", + "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -27006,9 +27006,9 @@ } }, "date-fns": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", - "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", + "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==" }, "dateformat": { "version": "4.6.3", diff --git a/package.json b/package.json index b6a40eb2f..0fb4801ca 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "d3-scale": "^3.3.0", "d3-selection": "^2.0.0", "d3-shape": "^2.1.0", - "date-fns": "^3.2.0", + "date-fns": "^3.3.0", "express": "^4.18.2", "express-pino-logger": "^7.0.0", "express-static-gzip": "^2.1.7",