diff --git a/scripts/package.json b/scripts/package.json index b5edc4ec..58db7fe2 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -8,7 +8,7 @@ "@babel/preset-typescript": "^7.18.6", "axios": "^1.0.0", "jest": "^29.0.0", - "jest-junit": "^15.0.0", + "jest-junit": "^16.0.0", "prettier": "2.8.4", "ts-node": "^10.9.1", "typescript": "^5.0.0" diff --git a/scripts/yarn.lock b/scripts/yarn.lock index 8b6d5fd9..56216c68 100644 --- a/scripts/yarn.lock +++ b/scripts/yarn.lock @@ -2249,10 +2249,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"