From 1f4562be6736393f5ebbed34cde00038011d775f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 01:56:29 +0000 Subject: [PATCH] chore(deps): update dependency jest-junit to v15 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d523bc..1ee7480 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "graphql": "<17.0.0", "jest": "^29.0.0", "jest-docblock": "^29.0.0", - "jest-junit": "^14.0.0", + "jest-junit": "^15.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 516557f..44b9f05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3337,10 +3337,10 @@ jest-haste-map@^29.0.3: optionalDependencies: fsevents "^2.3.2" -jest-junit@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-14.0.0.tgz#f69fc31bab32224848f443480c2c808fccb2a802" - integrity sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g== +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== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"