From f34ceb08a2086d9256986b5c6471e245a6992a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:58:21 +0000 Subject: [PATCH] Bump jest-junit from 10.0.0 to 16.0.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 10.0.0 to 16.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v10.0.0...v16.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ab2373..73e288b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-standard": "^4.0.1", "jest": "^29.6.1", "jest-fetch-mock": "^3.0.3", - "jest-junit": "^10.0.0", + "jest-junit": "^16.0.0", "jest-plugin-fs": "^2.9.0", "jsdoc": "^3.6.7", "jsdoc-to-markdown": "^8.0.0",