From b97bd2ded73b85499dd94df1600f4e95e7daf16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:40:57 +0000 Subject: [PATCH] build(deps-dev): 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 0379c6c..0696011 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jest": "^29.5.0", "jest-cli": "^29.5.0", "jest-fetch-mock": "^3.0.0", - "jest-junit": "^10.0.0", + "jest-junit": "^16.0.0", "jest-plugin-fs": "^2.9.0", "jsdoc-to-markdown": "^8.0.0", "openapi-schema-validator": "^3.0.3"