diff --git a/package.json b/package.json index a92e07b..649039b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.2", "jest": "^29.3.1", - "jest-junit": "^14.0.1", + "jest-junit": "^16.0.0", "lint-staged": "^13.0.3", "prettier": "^2.7.1" }, diff --git a/yarn.lock b/yarn.lock index 6c6add5..20aa0c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1901,10 +1901,10 @@ jest-haste-map@^29.3.1: optionalDependencies: fsevents "^2.3.2" -jest-junit@^14.0.1: - version "14.0.1" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-14.0.1.tgz#5b357d6f5d333459585d628a24cd48b5bbc92ba2" - integrity sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ== +jest-junit@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785" + integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"