From 4978c3b0a7374e98632a80d717a1705a01d10ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:35:45 +0000 Subject: [PATCH] build(deps-dev): bump jest-junit from 13.2.0 to 14.0.0 Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.2.0 to 14.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.2.0...v14.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 8fa4aae..d0ac705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.18.0", "eslint-config-google": "^0.14.0", "jest": "^27.5.1", - "jest-junit": "^13.2.0", + "jest-junit": "^14.0.0", "ts-jest": "^27.1.4", "typescript": "^4.7.4" } @@ -3639,9 +3639,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.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.0.tgz", + "integrity": "sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g==", "dev": true, "dependencies": { "mkdirp": "^1.0.4", @@ -8296,9 +8296,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.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.0.tgz", + "integrity": "sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g==", "dev": true, "requires": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index 29b80b3..0c2e934 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^8.18.0", "eslint-config-google": "^0.14.0", "jest": "^27.5.1", - "jest-junit": "^13.2.0", + "jest-junit": "^14.0.0", "ts-jest": "^27.1.4", "typescript": "^4.7.4" }