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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-26 05:06:57 +00:00
committed by GitHub
parent 39ec4545ca
commit ab8eb9dc66
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3934,9 +3934,9 @@
} }
}, },
"jest-junit": { "jest-junit": {
"version": "12.0.0", "version": "12.1.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.0.0.tgz", "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.1.0.tgz",
"integrity": "sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug==", "integrity": "sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw==",
"requires": { "requires": {
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"strip-ansi": "^5.2.0", "strip-ansi": "^5.2.0",

View File

@@ -30,7 +30,7 @@
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-junit": "^12.0.0", "jest-junit": "^12.1.0",
"request": "^2.88.2", "request": "^2.88.2",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"typescript": "^4.2.4", "typescript": "^4.2.4",