From 842e0917eed0bac3992290bab7871f20488ceea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:28:00 -0500 Subject: [PATCH] build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0 (#872) Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 13.2.0 to 15.0.0. - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](https://github.com/jest-community/jest-junit/compare/v13.2.0...v15.0.0) --- updated-dependencies: - dependency-name: jest-junit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e6d5529..7608c75 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": "^15.0.0", "ts-jest": "^26.5.6", "typescript": "^4.9.5" } @@ -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": "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", @@ -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": "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 bf594d3..e02c73c 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": "^15.0.0", "ts-jest": "^26.5.6", "typescript": "^4.9.5" }