mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Merge pull request #319 from codecov/dependabot/npm_and_yarn/jest-junit-12.1.0
Bump jest-junit from 12.0.0 to 12.1.0
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -3947,9 +3947,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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user