Skip to content

Commit a4b0961

Browse files
chore(deps-dev): bump jest-junit from 13.2.0 to 14.0.0 (#161)
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](jest-community/jest-junit@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cdf57e commit a4b0961

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@tsconfig/node14": "^1.0.3",
3333
"@types/jest": "^28.1.3",
3434
"jest": "^28.1.1",
35-
"jest-junit": "^13.2.0",
35+
"jest-junit": "^14.0.0",
3636
"microbundle": "^0.15.0",
3737
"semantic-release": "^19.0.3",
3838
"ts-jest": "^28.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5469,10 +5469,10 @@ jest-haste-map@^28.1.1:
54695469
optionalDependencies:
54705470
fsevents "^2.3.2"
54715471

5472-
jest-junit@^13.2.0:
5473-
version "13.2.0"
5474-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.2.0.tgz#66eeb86429aafac8c1745a70f44ace185aacb943"
5475-
integrity sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==
5472+
jest-junit@^14.0.0:
5473+
version "14.0.0"
5474+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-14.0.0.tgz#f69fc31bab32224848f443480c2c808fccb2a802"
5475+
integrity sha512-kALvBDegstTROfDGXH71UGD7k5g7593Y1wuX1wpWT+QTYcBbmtuGOA8UlAt56zo/B2eMIOcaOVEON3j0VXVa4g==
54765476
dependencies:
54775477
mkdirp "^1.0.4"
54785478
strip-ansi "^6.0.1"

0 commit comments

Comments
 (0)