Merge pull request #253 from Star-Teknolog/dependabot/npm_and_yarn/jest-junit-14.0.1

build(deps-dev): bump jest-junit from 14.0.0 to 14.0.1
This commit is contained in:
Erçetin Güler 2022-08-28 04:21:04 +03:00 committed by GitHub
commit c003fadd0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -23,7 +23,7 @@
"eslint": "^8.23.0",
"eslint-config-google": "^0.14.0",
"jest": "^27.5.1",
"jest-junit": "^14.0.0",
"jest-junit": "^14.0.1",
"ts-jest": "^27.1.4",
"typescript": "^4.8.2"
}
@ -3740,9 +3740,9 @@
}
},
"node_modules/jest-junit": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.0.tgz",
"integrity": "sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g==",
"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==",
"dev": true,
"dependencies": {
"mkdirp": "^1.0.4",
@ -8462,9 +8462,9 @@
}
},
"jest-junit": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.0.tgz",
"integrity": "sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g==",
"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==",
"dev": true,
"requires": {
"mkdirp": "^1.0.4",

View file

@ -38,7 +38,7 @@
"eslint": "^8.23.0",
"eslint-config-google": "^0.14.0",
"jest": "^27.5.1",
"jest-junit": "^14.0.0",
"jest-junit": "^14.0.1",
"ts-jest": "^27.1.4",
"typescript": "^4.8.2"
}