From 0a405f34dd1f6d3c5c335054579a880d4f337b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:43:28 +0000 Subject: [PATCH] Bump jest-junit from 16.0.0 to 17.0.0 in /qa Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 16.0.0 to 17.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- qa/package.json | 2 +- qa/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qa/package.json b/qa/package.json index 5a8d716..0adcc0f 100644 --- a/qa/package.json +++ b/qa/package.json @@ -9,7 +9,7 @@ "private": true, "devDependencies": { "jest": "^29.7.0", - "jest-junit": "^16.0.0", + "jest-junit": "^17.0.0", "node-fetch": "^3.3.2" }, "scripts": { diff --git a/qa/yarn.lock b/qa/yarn.lock index e8f0405..8865f78 100644 --- a/qa/yarn.lock +++ b/qa/yarn.lock @@ -1571,14 +1571,14 @@ jest-haste-map@^29.7.0: optionalDependencies: fsevents "^2.3.2" -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== +jest-junit@^17.0.0: + version "17.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-17.0.0.tgz#df70832d780de9577ba133688da94487f5bbc105" + integrity sha512-RYWCkq4j59gUXj5DsgbIE7xFBZzu1gtibPhyjSjMmGaOTLnqlXhg7x9zuGCwgbCuMAyoyvk0Mi8wSrRR5uOeLA== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1" - uuid "^8.3.2" + uuid "^14.0.0" xml "^1.0.1" jest-leak-detector@^29.7.0: @@ -2267,10 +2267,10 @@ type-fest@^0.21.3: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -uuid@^8.3.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== v8-to-istanbul@^9.0.1: version "9.0.1"