Skip to content

Commit

Permalink
chore(deps): update dependency jest-junit to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 21, 2020
1 parent cd94c9b commit 5196c9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -120,7 +120,7 @@
"gatsby-transformer-sharp": "2.5.3",
"gray-percentage": "2.0.0",
"jest": "25.5.4",
"jest-junit": "10.0.0",
"jest-junit": "11.0.0",
"jest-styled-components": "7.0.2",
"prettier": "2.0.5",
"react-perf-devtool": "3.1.8",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Expand Up @@ -13144,13 +13144,13 @@ jest-jasmine2@^25.5.4:
pretty-format "^25.5.0"
throat "^5.0.0"

jest-junit@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-10.0.0.tgz#c94b91c24920a327c9d2a075e897b2dba4af494b"
integrity sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ==
jest-junit@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-11.0.0.tgz#75105b69b193a743405686e6704bd9768846d6b8"
integrity sha512-kuBDK5PlxRSDM0qxxzkAS6AcwJOYVJTPCLUl64YywV+IDS6TwxkPCXWz2Mj5X+XaC06fxF7mSCB0lP04RBS71Q==
dependencies:
jest-validate "^24.9.0"
mkdirp "^0.5.1"
mkdirp "^1.0.4"
strip-ansi "^5.2.0"
uuid "^3.3.3"
xml "^1.0.1"
Expand Down Expand Up @@ -15011,6 +15011,11 @@ mkdirp@^1.0.3:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea"
integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==

mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

mocha@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"
Expand Down

0 comments on commit 5196c9c

Please sign in to comment.