From 6c58d35c22ddfef65e44eb5bfb76fab0785db93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 05:07:11 +0000 Subject: [PATCH] Bump jest-junit from 12.1.0 to 12.2.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 12.1.0 to 12.2.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v12.1.0...v12.2.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aeeae7d..7375d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4067,13 +4067,13 @@ } }, "jest-junit": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.1.0.tgz", - "integrity": "sha512-Z45INyzEAqTkCHX/hGCPgVFfZP3hQVgI68CgoEwkCiBuxETsPsniq5yPd8oxbMMHtDCpUlxXzoq7jY35dcuLKw==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.2.0.tgz", + "integrity": "sha512-ecGzF3KEQwLbMP5xMO7wqmgmyZlY/5yWDvgE/vFa+/uIT0KsU5nluf0D2fjIlOKB+tb6DiuSSpZuGpsmwbf7Fw==", "requires": { "mkdirp": "^1.0.4", "strip-ansi": "^5.2.0", - "uuid": "^3.3.3", + "uuid": "^8.3.2", "xml": "^1.0.1" }, "dependencies": { @@ -4089,6 +4089,11 @@ "requires": { "ansi-regex": "^4.1.0" } + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" } } }, diff --git a/package.json b/package.json index e9f04ed..2d6e855 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@zeit/ncc": "^0.22.3", "fs": "0.0.1-security", "jest": "^26.6.3", - "jest-junit": "^12.1.0", + "jest-junit": "^12.2.0", "request": "^2.88.2", "ts-jest": "^26.5.6", "typescript": "^4.3.2",