From f5ae2d5db17039698900d24fe0dc8fefd394fb67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 18:44:48 +0000 Subject: [PATCH] chore(deps): update dependency jest-junit to v12.1.0 (#10265) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abb950452d..00230ebed7 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "jest": "27.0.1", "jest-circus": "27.0.1", "jest-extended": "0.11.5", - "jest-junit": "12.0.0", + "jest-junit": "12.1.0", "jest-mock-extended": "1.0.15", "jest-silent-reporter": "0.5.0", "markdownlint-cli2": "0.1.3", diff --git a/yarn.lock b/yarn.lock index 1d8c0a0fce..6ce0a1037a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5588,10 +5588,10 @@ jest-jasmine2@^27.0.1: pretty-format "^27.0.1" throat "^6.0.1" -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== +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" -- GitLab