From 43d36486b2d0cca5b11ebbcb1870b5238cb2216a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:03:36 +0000 Subject: [PATCH] Bump jest-junit from 13.2.0 to 15.0.0 in /application Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.2.0 to 15.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.2.0...v15.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- application/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/package.json b/application/package.json index d18b21e..2c93554 100644 --- a/application/package.json +++ b/application/package.json @@ -61,7 +61,7 @@ "eslint-config-prettier": "^8.3.0", "husky": "^7.0.4", "jest": "^27.4.7", - "jest-junit": "^13.0.0", + "jest-junit": "^15.0.0", "jest-xml-matcher": "^1.2.0", "prettier": "^2.5.1", "supertest": "^6.2.2"