From ab8eb9dc66952c4dd98c1bd8d23f1301222b2dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 05:06:57 +0000 Subject: [PATCH] Bump jest-junit from 12.0.0 to 12.1.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v12.0.0...v12.1.0) Signed-off-by: dependabot[bot] --- 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 08a5d4c6f..709a10d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3934,9 +3934,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==", "requires": { "mkdirp": "^1.0.4", "strip-ansi": "^5.2.0", diff --git a/package.json b/package.json index 430fda708..322a5c252 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@zeit/ncc": "^0.22.3", "fs": "0.0.1-security", "jest": "^26.6.3", - "jest-junit": "^12.0.0", + "jest-junit": "^12.1.0", "request": "^2.88.2", "ts-jest": "^26.5.6", "typescript": "^4.2.4",