mirror of https://github.com/zulip/zulip.git
nyc: Upgrade nyc to v11.8.0.
This fixes a one vulnerability with this package's dependency. randomatic - Cryptographically Weak PRNG Ref: https://nodesecurity.io/advisories/157
This commit is contained in:
parent
19ba08e055
commit
50b663906a
|
@ -66,7 +66,7 @@
|
|||
"htmlparser2": "3.8.3",
|
||||
"jsdom": "9.4.1",
|
||||
"nwmatcher": "1.3.6",
|
||||
"nyc": "^11.7.1",
|
||||
"nyc": "11.8.0",
|
||||
"phantomjs-prebuilt": "2.1.16",
|
||||
"svgo": "0.7.2",
|
||||
"swagger-parser": "3.4.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -6101,7 +6101,7 @@ merge-source-map@1.0.4:
|
|||
dependencies:
|
||||
source-map "^0.5.6"
|
||||
|
||||
merge-source-map@^1.0.2:
|
||||
merge-source-map@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646"
|
||||
dependencies:
|
||||
|
@ -6115,7 +6115,7 @@ microbuffer@^1.0.0:
|
|||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/microbuffer/-/microbuffer-1.0.0.tgz#8b3832ed40c87d51f47bb234913a698a756d19d2"
|
||||
|
||||
micromatch@^2.3.11, micromatch@^2.3.7:
|
||||
micromatch@^2.3.7:
|
||||
version "2.3.11"
|
||||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
|
||||
dependencies:
|
||||
|
@ -6133,7 +6133,7 @@ micromatch@^2.3.11, micromatch@^2.3.7:
|
|||
parse-glob "^3.0.4"
|
||||
regex-cache "^0.4.2"
|
||||
|
||||
micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
|
||||
micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
|
||||
version "3.1.10"
|
||||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
||||
dependencies:
|
||||
|
@ -6688,9 +6688,9 @@ nwmatcher@1.3.6:
|
|||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.3.tgz#64348e3b3d80f035b40ac11563d278f8b72db89c"
|
||||
|
||||
nyc@^11.7.1:
|
||||
version "11.7.1"
|
||||
resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.7.1.tgz#7cb0a422e501b88ff2c1634341dec2560299d67b"
|
||||
nyc@11.8.0:
|
||||
version "11.8.0"
|
||||
resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.8.0.tgz#1e8453b0644f8fea4d829b1a6636663157cd3b00"
|
||||
dependencies:
|
||||
archy "^1.0.0"
|
||||
arrify "^1.0.1"
|
||||
|
@ -6709,11 +6709,11 @@ nyc@^11.7.1:
|
|||
istanbul-lib-source-maps "^1.2.3"
|
||||
istanbul-reports "^1.4.0"
|
||||
md5-hex "^1.2.0"
|
||||
merge-source-map "^1.0.2"
|
||||
micromatch "^2.3.11"
|
||||
merge-source-map "^1.1.0"
|
||||
micromatch "^3.1.10"
|
||||
mkdirp "^0.5.0"
|
||||
resolve-from "^2.0.0"
|
||||
rimraf "^2.5.4"
|
||||
rimraf "^2.6.2"
|
||||
signal-exit "^3.0.1"
|
||||
spawn-wrap "^1.4.2"
|
||||
test-exclude "^4.2.0"
|
||||
|
|
Loading…
Reference in New Issue