From 95e1eef51b096fc1bfb40bd4b8f2c28676637abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:13:26 +0000 Subject: [PATCH] chore(deps): bump date-fns from 4.1.0 to 4.4.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 4.1.0 to 4.4.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Commits](https://github.com/date-fns/date-fns/compare/v4.1.0...v4.4.0) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.4.0 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 6dafc4ad..e68a3859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@oclif/table": "^0.5.1", "cli-progress": "^3.12.0", "conf": "^15.1.0", - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "glob": "^13.0.0", "graphql": "^16.13.2", "node-machine-id": "^1.1.12", @@ -6603,9 +6603,9 @@ } }, "node_modules/date-fns": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", - "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz", + "integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 08579d1b..25c09080 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@oclif/table": "^0.5.1", "cli-progress": "^3.12.0", "conf": "^15.1.0", - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "glob": "^13.0.0", "graphql": "^16.13.2", "node-machine-id": "^1.1.12",