mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Merge pull request #331 from Star-Teknolog/dependabot/npm_and_yarn/jest-junit-15.0.0
build(deps-dev): bump jest-junit from 14.0.1 to 15.0.0
This commit is contained in:
commit
762fe260eb
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
|||
"eslint": "^8.27.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-junit": "^14.0.1",
|
||||
"jest-junit": "^15.0.0",
|
||||
"ts-jest": "^27.1.4",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
|
@ -3757,9 +3757,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jest-junit": {
|
||||
"version": "14.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz",
|
||||
"integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz",
|
||||
"integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"mkdirp": "^1.0.4",
|
||||
|
|
@ -8505,9 +8505,9 @@
|
|||
}
|
||||
},
|
||||
"jest-junit": {
|
||||
"version": "14.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz",
|
||||
"integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz",
|
||||
"integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"mkdirp": "^1.0.4",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"eslint": "^8.27.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-junit": "^14.0.1",
|
||||
"jest-junit": "^15.0.0",
|
||||
"ts-jest": "^27.1.4",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue