Merge pull request #344 from codecov/dependabot/npm_and_yarn/jest-junit-12.2.0

Bump jest-junit from 12.1.0 to 12.2.0
This commit is contained in:
Tom Hu
2021-06-10 15:17:42 -04:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

13
package-lock.json generated
View File

@@ -4067,13 +4067,13 @@
}
},
"jest-junit": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.1.0.tgz",
"integrity": "sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw==",
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.2.0.tgz",
"integrity": "sha512-ecGzF3KEQwLbMP5xMO7wqmgmyZlY/5yWDvgE/vFa+/uIT0KsU5nluf0D2fjIlOKB+tb6DiuSSpZuGpsmwbf7Fw==",
"requires": {
"mkdirp": "^1.0.4",
"strip-ansi": "^5.2.0",
"uuid": "^3.3.3",
"uuid": "^8.3.2",
"xml": "^1.0.1"
},
"dependencies": {
@@ -4089,6 +4089,11 @@
"requires": {
"ansi-regex": "^4.1.0"
}
},
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}
}
},

View File

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