Skip to content

Commit

Permalink
Upgrade coverall version to fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Mar 27, 2020
1 parent c6a17ff commit 981ec1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 51,7 @@
"@types/uuid": "3.0.0",
"@types/xmldom": "^0.1.28",
"ava": "^1.2.1",
"coveralls": "^3.0.2",
"coveralls": "^3.0.11",
"nyc": "^11.9.0",
"snyk": "^1.258.2",
"timekeeper": "^2.2.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1425,15 1425,15 @@ [email protected], core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

coveralls@^3.0.2:
version "3.0.9"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.9.tgz#8cfc5a5525f84884e2948a0bf0f1c0e90aac0420"
integrity sha512-nNBg3B1 4iDox5A5zqHKzUTiwl2ey4k2o0NEcVZYvl GOSJdKBj4AJGKLv6h3SvWch7tABHePAQOSZWM9E2hMg==
coveralls@^3.0.11:
version "3.0.11"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.11.tgz#e141da0922b632fcc66620f334460c3f0026a4ce"
integrity sha512-LZPWPR2NyGKyaABnc49dR0fpeP6UqhvGq4B5nUrTQ1UBy55z96 ga7r /ChMdMJUwBgyJDXBi88UBgz2rs9IiQ==
dependencies:
js-yaml "^3.13.1"
lcov-parse "^1.0.0"
log-driver "^1.2.7"
minimist "^1.2.0"
minimist "^1.2.5"
request "^2.88.0"

create-error-class@^3.0.0:
Expand Down Expand Up @@ -3481,6 3481,11 @@ minimist@^1.2.0:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=

minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f qtJ8uiZ PUxkDWcgIXLw==

minimist@~0.0.1:
version "0.0.10"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
Expand Down

0 comments on commit 981ec1e

Please sign in to comment.