diff --git a/package.json b/package.json index d2756f2..ce175e7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-promise": "6.1.1", "husky": "^8.0.3", "jest": "29.5.0", - "jest-junit": "15.0.0", + "jest-junit": "16.0.0", "lint-staged": "13.2.1", "markdownlint-cli2": "0.7.0", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index c870a42..60b1be5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3669,10 +3669,10 @@ jest-haste-map@^29.5.0: optionalDependencies: fsevents "^2.3.2" -jest-junit@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-15.0.0.tgz#a47544ab42e9f8fe7ada56306c218e09e52bd690" - integrity sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg== +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"