From e2851bfba76912b4d2a75628f0d459e123bff110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:03:35 +0000 Subject: [PATCH] build(deps-dev): bump jest-junit from 13.2.0 to 14.0.1 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.2.0 to 14.0.1. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.2.0...v14.0.1) --- 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 a0914a8..326b610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^7.32.0", "eslint-config-google": "^0.14.0", "jest": "^26.6.3", - "jest-junit": "^13.2.0", + "jest-junit": "^14.0.1", "ts-jest": "^26.5.6", "typescript": "^4.7.4" } @@ -4447,9 +4447,9 @@ } }, "node_modules/jest-junit": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-13.2.0.tgz", - "integrity": "sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==", + "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==", "dev": true, "dependencies": { "mkdirp": "^1.0.4", @@ -11211,9 +11211,9 @@ } }, "jest-junit": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-13.2.0.tgz", - "integrity": "sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==", + "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==", "dev": true, "requires": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index b10dd9a..dd5648d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^7.32.0", "eslint-config-google": "^0.14.0", "jest": "^26.6.3", - "jest-junit": "^13.2.0", + "jest-junit": "^14.0.1", "ts-jest": "^26.5.6", "typescript": "^4.7.4" }