From 8f4fd6e378937ec7f26e0b63d046bfc1ede7294b Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Wed, 26 May 2021 18:20:18 +0000
Subject: [PATCH] Update dependency jest-junit to v12.1.0

Dependency update (patch)
---
 package-lock.json | 6 +++---
 package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 02620f9b..4b519aaa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15418,9 +15418,9 @@
       }
     },
     "jest-junit": {
-      "version": "12.0.0",
-      "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.0.0.tgz",
-      "integrity": "sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug==",
+      "version": "12.1.0",
+      "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.1.0.tgz",
+      "integrity": "sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw==",
       "dev": true,
       "requires": {
         "mkdirp": "^1.0.4",
diff --git a/package.json b/package.json
index 860bc7c4..ffc0d9a4 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
     "eslint-plugin-react": "7.23.2",
     "highlight.js": "10.7.2",
     "jest": "26.6.3",
-    "jest-junit": "12.0.0",
+    "jest-junit": "12.1.0",
     "jest-transform-css": "2.1.0",
     "marked": "2.0.5",
     "node-sass": "6.0.0",