From c435113baf45909ed8149c490f16ad116a35479e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 04:05:01 +0000 Subject: [PATCH] chore(deps-dev): bump jest-junit from 14.0.1 to 15.0.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 14.0.1 to 15.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v14.0.1...v15.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f40d440..e3d1ebb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/jest": "^29.2.0", "jest": "^29.2.1", - "jest-junit": "^14.0.1", + "jest-junit": "^15.0.0", "lerna": "^6.0.1", "prettier": "^2.7.1", "ts-jest": "^29.0.3", diff --git a/yarn.lock b/yarn.lock index dc3d96c..f668b77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3892,10 +3892,10 @@ jest-haste-map@^29.2.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"