From 7a63b751f5872d78ba3cc9af4acfa520aacd495f Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Tue, 23 Jan 2024 03:30:25 +0000 Subject: [PATCH] chore(deps): update dependency jest-junit to v16 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ee70e4a7..a26bdad24 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "git-directory-deploy": "1.5.1", "husky": "^8.0.1", "jest-canvas-mock": "^2.4.0", - "jest-junit": "^15.0.0", + "jest-junit": "^16.0.0", "lint-staged": ">=8", "loglevel": "^1.6.6", "luxon": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 83923dcb7..258c91cf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10968,10 +10968,10 @@ jest-jasmine2@^26.6.3: pretty-format "^26.6.2" throat "^5.0.0" -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" -- GitLab