From 78e5bd1b8183dedeee4bd20e8f82ecb2acd0c378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 04:28:13 +0000 Subject: [PATCH] Bump jest-junit from 11.1.0 to 12.0.0 in /gsa Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v11.1.0...v12.0.0) Signed-off-by: dependabot[bot] --- gsa/package.json | 2 +- gsa/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gsa/package.json b/gsa/package.json index 8a9b4e66d8..ff2f1bc9fb 100644 --- a/gsa/package.json +++ b/gsa/package.json @@ -90,7 +90,7 @@ "eslint-config-prettier": "^6.12.0", "husky": "^2.7.0", "jest-environment-jsdom-sixteen": "^1.0.3", - "jest-junit": "^11.1.0", + "jest-junit": "^12.0.0", "jest-styled-components": "^6.3.4", "lint-staged": "^8.2.1", "prettier": "^2.1.2" diff --git a/gsa/yarn.lock b/gsa/yarn.lock index ee8a48f715..06ebc2e933 100644 --- a/gsa/yarn.lock +++ b/gsa/yarn.lock @@ -9273,10 +9273,10 @@ jest-jasmine2@^24.9.0: pretty-format "^24.9.0" throat "^4.0.0" -jest-junit@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.1.0.tgz#79cd53948e44d62b2b30fa23ea0d7a899d2c8d7a" - integrity sha512-c2LFOyKY7+ZxL5zSu+WHmHfsJ2wqbOpeYJ4Uu26yMhFxny2J2NQj6AVS7M+Eaxji9Q/oIDDK5tQy0DGzDp9xOw== +jest-junit@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.0.0.tgz#3ebd4a6a84b50c4ab18323a8f7d9cceb9d845df6" + integrity sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug== dependencies: mkdirp "^1.0.4" strip-ansi "^5.2.0"