From 84c96f6f3d5625668ac692e667ae515b3e4f8548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:59:07 +0000 Subject: [PATCH] :arrow_up: Bump date-fns from 2.29.3 to 4.2.1 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 4.2.1. - [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.29.3...v4.2.1) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++-------------- package.json | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index e16510a..27318be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@percy/report", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@percy/report", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@percy/cli": "^1.16.0", @@ -14,7 +14,7 @@ "axios": "^0.27.2", "chromedriver": "^105.0.0", "commander": "^9.4.0", - "date-fns": "^2.29.3", + "date-fns": "^4.2.1", "dotenv": "^16.0.3", "ejs": "^3.1.8", "p-queue": "^8.0.1" @@ -806,15 +806,12 @@ } }, "node_modules/date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", - "engines": { - "node": ">=0.11" - }, + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.2.1.tgz", + "integrity": "sha512-37RhSdxaG1suen6VDCza6rNrQfooyQh57HFVPwQGEq2QWliVLzPQZ8Oa017weOu+HZCnzI7N3Pf/wyoBKfEqrA==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": { @@ -3079,9 +3076,9 @@ } }, "date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.2.1.tgz", + "integrity": "sha512-37RhSdxaG1suen6VDCza6rNrQfooyQh57HFVPwQGEq2QWliVLzPQZ8Oa017weOu+HZCnzI7N3Pf/wyoBKfEqrA==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 91ede20..acdba4f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "axios": "^0.27.2", "chromedriver": "^105.0.0", "commander": "^9.4.0", - "date-fns": "^2.29.3", + "date-fns": "^4.2.1", "dotenv": "^16.0.3", "ejs": "^3.1.8", "p-queue": "^8.0.1"