From 768f8e66ec175d07bcd8191d349bc57ca933f6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:29:28 +0000 Subject: [PATCH] Bump jest-html-reporter from 3.10.2 to 4.3.0 in /jest-example Bumps [jest-html-reporter](https://github.com/Hargne/jest-html-reporter) from 3.10.2 to 4.3.0. - [Release notes](https://github.com/Hargne/jest-html-reporter/releases) - [Commits](https://github.com/Hargne/jest-html-reporter/compare/3.10.2...4.3.0) --- updated-dependencies: - dependency-name: jest-html-reporter dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- jest-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest-example/package.json b/jest-example/package.json index 2fcdc65..09a042f 100644 --- a/jest-example/package.json +++ b/jest-example/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", - "jest-html-reporter": "^3.10.2", + "jest-html-reporter": "^4.3.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }