diff --git a/typescript-selenium-webdriver-sample/package.json b/typescript-selenium-webdriver-sample/package.json index 7f268414..3eb7d511 100644 --- a/typescript-selenium-webdriver-sample/package.json +++ b/typescript-selenium-webdriver-sample/package.json @@ -14,7 +14,7 @@ "geckodriver": "^1.19.1", "jest": "^24.9.0", "jest-circus": "^24.9.0", - "jest-junit": "^9.0.0", + "jest-junit": "^10.0.0", "selenium-webdriver": "^4.0.0-alpha.5", "ts-jest": "^24.2.0", "typescript": "^3.7.2" diff --git a/typescript-selenium-webdriver-sample/yarn.lock b/typescript-selenium-webdriver-sample/yarn.lock index e86a8839..4d2d4ef2 100644 --- a/typescript-selenium-webdriver-sample/yarn.lock +++ b/typescript-selenium-webdriver-sample/yarn.lock @@ -2150,10 +2150,10 @@ jest-jasmine2@^24.9.0: pretty-format "^24.9.0" throat "^4.0.0" -jest-junit@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-9.0.0.tgz#9eb247dda7a8d2e1647a92f58a03a1490c74aea5" - integrity sha512-jnABGjL5pd2lhE1w3RIslZSufFbWQZGx8O3eluDES7qKxQuonXMtsPIi+4AKl4rtjb4DvMAjwLi4eHukc2FP/Q== +jest-junit@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-10.0.0.tgz#c94b91c24920a327c9d2a075e897b2dba4af494b" + integrity sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ== dependencies: jest-validate "^24.9.0" mkdirp "^0.5.1"