From 5fa768373da1adfd8c76145b2ec95b7824af93b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 11:57:58 +0430 Subject: [PATCH] chore(deps): update devdependency jest-junit to v7 (#6115) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b221515499..1eb580f82a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "glob": "^7.1.4", "is-wsl": "^2.1.0", "jest": "^24.8.0", - "jest-junit": "^6.4.0", + "jest-junit": "^7.0.0", "jsdom": "^15.1.1", "klaw-sync": "^6.0.0", "lerna": "^3.16.3", diff --git a/yarn.lock b/yarn.lock index a345f95301..dab70e3fd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6583,10 +6583,10 @@ jest-jasmine2@^24.8.0: pretty-format "^24.8.0" throat "^4.0.0" -jest-junit@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/jest-junit/-/jest-junit-6.4.0.tgz#23e15c979fa6338afde46f2d2ac2a6b7e8cf0d9e" - integrity sha512-GXEZA5WBeUich94BARoEUccJumhCgCerg7mXDFLxWwI2P7wL3Z7sGWk+53x343YdBLjiMR9aD/gYMVKO+0pE4Q== +jest-junit@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/jest-junit/-/jest-junit-7.0.0.tgz#e2ab2dc3f4eb2768f3e4c43e4e4cd841133a8c0e" + integrity sha512-ljUdO0hLyu0A92xk7R2Wet3kj99fmazTo+ZFYQP6b7AGOBxJUj8ZkJWzJ632ajpXko2Y5oNoGR2kvOwiDdu6hg== dependencies: jest-validate "^24.0.0" mkdirp "^0.5.1"