From 6691401752a2517ab91e39e40197a93caf3ff8a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:00:23 +0000 Subject: [PATCH] chore(deps-dev): bump jest-junit from 11.1.0 to 12.0.0 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-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e9d0006b5941..149b14aa6fd11 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "conventional-changelog-cli": "^2.1.0", "fs-extra": "^9.0.1", "graceful-fs": "^4.2.4", - "jest-junit": "^11.1.0", + "jest-junit": "^12.0.0", "jsii-diff": "^1.13.0", "jsii-pacmak": "^1.13.0", "jsii-rosetta": "^1.13.0", diff --git a/yarn.lock b/yarn.lock index 4a31db8deb4dc..73ad3a59a7542 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8226,10 +8226,10 @@ jest-jasmine2@^26.6.0: pretty-format "^26.6.0" throat "^5.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"