From d3c255756e13a21f937e0b19b5d18839d41da710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:48:45 +0000 Subject: [PATCH] Bump date-fns from 3.3.0 to 3.6.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.0 to 3.6.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.3.0...v3.6.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 34a248b3..372fee8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "cors": "^2.8.5", "cross-env": "^7.0.3", "custom-env": "^2.0.2", - "date-fns": "^3.3.0", + "date-fns": "^3.6.0", "express": "^5.0.0-beta.1", "helmet": "^7.1.0", "morgan": "^1.10.0", @@ -1775,9 +1775,9 @@ } }, "node_modules/date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -6631,9 +6631,9 @@ } }, "date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index e0e24b74..dbb1351d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "cors": "^2.8.5", "cross-env": "^7.0.3", "custom-env": "^2.0.2", - "date-fns": "^3.3.0", + "date-fns": "^3.6.0", "express": "^5.0.0-beta.1", "helmet": "^7.1.0", "morgan": "^1.10.0",