Skip to content

Commit

Permalink
chore(deps): update dependency mochawesome-report-generator to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 13, 2020
1 parent 28f9544 commit e992f84
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"mocha-junit-reporter": "1.23.3",
"mochawesome": "5.0.0",
"mochawesome-merge": "4.0.3",
"mochawesome-report-generator": "4.1.0",
"mochawesome-report-generator": "5.1.0",
"prettier": "1.19.1",
"rimraf": "3.0.2",
"slack-mock-typed": "2.2.4",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.1:
d "1"
es5-ext "~0.10.14"

escape-html@~1.0.1:
escape-html@^1.0.3, escape-html@~1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
Expand Down Expand Up @@ -7238,7 +7238,25 @@ mochawesome-merge@4.0.3:
glob "^7.1.6"
uuid "^3.3.2"

mochawesome-report-generator@4.1.0, mochawesome-report-generator@^4.1.0:
mochawesome-report-generator@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/mochawesome-report-generator/-/mochawesome-report-generator-5.1.0.tgz#b8809e7661ac31732fa7ae7210380f704f7c68f6"
integrity sha512-5cI4Jh+sD+jIxc7q94961vnm/6VKDI7TFUPt9dps6oAc4y4WMpEeeOlmgKKM81q2eGaviNUYw+acFalGK6EJ9g==
dependencies:
chalk "^2.4.2"
dateformat "^3.0.2"
escape-html "^1.0.3"
fs-extra "^7.0.0"
fsu "^1.0.2"
lodash.isfunction "^3.0.8"
opener "^1.4.2"
prop-types "^15.7.2"
tcomb "^3.2.17"
tcomb-validation "^3.3.0"
validator "^10.11.0"
yargs "^13.2.2"

mochawesome-report-generator@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/mochawesome-report-generator/-/mochawesome-report-generator-4.1.0.tgz#f303e6acb5b30fd900f2ed8a0ba2054a034c9c39"
integrity sha512-8diUnfzLqMPybIsq3aw3Zc4Npw9W2ZCx8/fMR0ShAXfDTtPH4t2mRykXEWBhsBA5+jM74mjWpwEqY6Pmz+pCsw==
Expand Down

0 comments on commit e992f84

Please sign in to comment.