From 80e87030c715df279f7742756e70fbde73a4106d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:05:32 +0000 Subject: [PATCH] Update jest-junit to version 15.0.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e096434..c8b4eb7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.2", "jest": "^29.3.1", - "jest-junit": "^14.0.1", + "jest-junit": "^15.0.0", "lint-staged": "^13.0.3", "nodemon": "^2.0.20", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index a625885..66750c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2326,10 +2326,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@^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"