From e6afca6cc1636166746ebfcf7b79938c60e85313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 04:22:35 +0000 Subject: [PATCH] Bump jest-junit from 11.1.0 to 12.1.0 in /gsa Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v11.1.0...v12.1.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..759f569314 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.1.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..b1496a9bc4 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.1.0: + version "12.1.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.1.0.tgz#f27173529e7f8f10eac37beb30f8b9bc97e8f3c3" + integrity sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw== dependencies: mkdirp "^1.0.4" strip-ansi "^5.2.0"