From 1af56c6201edf4586966e2073af4fe22b82f9e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:51:24 +0000 Subject: [PATCH] build(deps): bump date-fns from 2.28.0 to 4.1.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.28.0 to 4.1.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.28.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++------------ package.json | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66270803f..ca6adbc92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "core-js": "^3.36.1", "csv-parse": "^5.5.6", "csv-stringify": "^6.1.0", - "date-fns": "^2.28.0", + "date-fns": "^4.1.0", "express-basic-auth": "^1.2.1", "express-openid-connect": "^2.7.2", "express-session": "^1.17.3", @@ -7923,15 +7923,12 @@ } }, "node_modules/date-fns": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", - "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", - "engines": { - "node": ">=0.11" - }, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/dayjs": { @@ -24590,9 +24587,9 @@ } }, "date-fns": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", - "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" }, "dayjs": { "version": "1.11.13", diff --git a/package.json b/package.json index 9fc898d89..57f4ab316 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "core-js": "^3.36.1", "csv-parse": "^5.5.6", "csv-stringify": "^6.1.0", - "date-fns": "^2.28.0", + "date-fns": "^4.1.0", "express-basic-auth": "^1.2.1", "express-openid-connect": "^2.7.2", "express-session": "^1.17.3",