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:
Erçetin Güler 2023-02-17 17:54:06 +02:00 committed by GitHub
commit 762fe260eb
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.27.0", "eslint": "^8.27.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-junit": "^14.0.1", "jest-junit": "^15.0.0",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.8.4" "typescript": "^4.8.4"
} }
@ -3757,9 +3757,9 @@
} }
}, },
"node_modules/jest-junit": { "node_modules/jest-junit": {
"version": "14.0.1", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz",
"integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
@ -8505,9 +8505,9 @@
} }
}, },
"jest-junit": { "jest-junit": {
"version": "14.0.1", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz",
"integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==",
"dev": true, "dev": true,
"requires": { "requires": {
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",

View file

@ -38,7 +38,7 @@
"eslint": "^8.27.0", "eslint": "^8.27.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-junit": "^14.0.1", "jest-junit": "^15.0.0",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.8.4" "typescript": "^4.8.4"
} }