Skip to content

Commit d9c45f3

Browse files
Bump jest-junit in /typescript-selenium-webdriver-sample
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v8.0.0...v9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d8c299e commit d9c45f3

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

typescript-selenium-webdriver-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"geckodriver": "^1.19.0",
1515
"jest": "^24.9.0",
1616
"jest-circus": "^24.9.0",
17-
"jest-junit": "^8.0.0",
17+
"jest-junit": "^9.0.0",
1818
"selenium-webdriver": "^4.0.0-alpha.5",
1919
"ts-jest": "^24.1.0",
2020
"typescript": "^3.6.4"

typescript-selenium-webdriver-sample/yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,14 +2155,15 @@ jest-jasmine2@^24.9.0:
21552155
pretty-format "^24.9.0"
21562156
throat "^4.0.0"
21572157

2158-
jest-junit@^8.0.0:
2159-
version "8.0.0"
2160-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-8.0.0.tgz#d4f7ff67e292a5426dc60bc38694c9f77cb94178"
2161-
integrity sha512-cuD2XM2youMjrOxOu/7H2pLfsO8LfAG4D3WsBxd9fFyI9U0uPpmr/CORH64kbIyZ47X5x1Rbzb9ovUkAEvhEEA==
2158+
jest-junit@^9.0.0:
2159+
version "9.0.0"
2160+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-9.0.0.tgz#9eb247dda7a8d2e1647a92f58a03a1490c74aea5"
2161+
integrity sha512-jnABGjL5pd2lhE1w3RIslZSufFbWQZGx8O3eluDES7qKxQuonXMtsPIi+4AKl4rtjb4DvMAjwLi4eHukc2FP/Q==
21622162
dependencies:
2163-
jest-validate "^24.0.0"
2163+
jest-validate "^24.9.0"
21642164
mkdirp "^0.5.1"
2165-
strip-ansi "^4.0.0"
2165+
strip-ansi "^5.2.0"
2166+
uuid "^3.3.3"
21662167
xml "^1.0.1"
21672168

21682169
jest-leak-detector@^24.9.0:
@@ -2335,7 +2336,7 @@ jest-util@^24.9.0:
23352336
slash "^2.0.0"
23362337
source-map "^0.6.0"
23372338

2338-
jest-validate@^24.0.0, jest-validate@^24.9.0:
2339+
jest-validate@^24.9.0:
23392340
version "24.9.0"
23402341
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
23412342
integrity sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==
@@ -3956,10 +3957,10 @@ util.promisify@^1.0.0:
39563957
define-properties "^1.1.2"
39573958
object.getownpropertydescriptors "^2.0.3"
39583959

3959-
uuid@^3.3.2:
3960-
version "3.3.2"
3961-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
3962-
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
3960+
uuid@^3.3.2, uuid@^3.3.3:
3961+
version "3.3.3"
3962+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
3963+
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
39633964

39643965
validate-npm-package-license@^3.0.1:
39653966
version "3.0.4"

0 commit comments

Comments
 (0)