mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
build(deps-dev): bump jest-junit from 14.0.1 to 15.0.0
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 14.0.1 to 15.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v14.0.1...v15.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c4682e280c
commit
01006eab3c
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