From 01006eab3c7b2d263c90228958ff790d84b1bdae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 23:53:52 +0000 Subject: [PATCH] build(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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c8e307..443bfae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.27.0", "eslint-config-google": "^0.14.0", "jest": "^27.5.1", - "jest-junit": "^14.0.1", + "jest-junit": "^15.0.0", "ts-jest": "^27.1.4", "typescript": "^4.8.4" } @@ -3757,9 +3757,9 @@ } }, "node_modules/jest-junit": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", - "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz", + "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==", "dev": true, "dependencies": { "mkdirp": "^1.0.4", @@ -8505,9 +8505,9 @@ } }, "jest-junit": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", - "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz", + "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==", "dev": true, "requires": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index 7ffd173..7301afa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^8.27.0", "eslint-config-google": "^0.14.0", "jest": "^27.5.1", - "jest-junit": "^14.0.1", + "jest-junit": "^15.0.0", "ts-jest": "^27.1.4", "typescript": "^4.8.4" }