Upgrade yarn dependencies (#6300)

* upgrade npm libraries to address security vulnerabilities

CHANGELOG_BEGIN
Address npm library versions to address potential security
vulnerabilities
CHANGELOG_END
Signed-off-by: Brian Healey <brian.healey@digitalasset.com>

* format bazel
This commit is contained in:
Brian Healey 2020-06-11 13:36:40 -04:00 committed by GitHub
parent 5051383aca
commit d0304fb7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3823 additions and 6473 deletions

View File

@ -28,7 +28,6 @@ genrule(
) + [
# we need to list all the transitive dependencies here because of https://github.com/bazelbuild/rules_nodejs/issues/1553
"@npm//acorn",
"@npm//acorn-dynamic-import",
"@npm//acorn-node",
"@npm//acorn-walk",
"@npm//ansi-regex",
@ -90,6 +89,7 @@ genrule(
"@npm//eventemitter2",
"@npm//events",
"@npm//exit",
"@npm//fast-safe-stringify",
"@npm//faye-websocket",
"@npm//figures",
"@npm//file-sync-cmp",
@ -187,7 +187,9 @@ genrule(
"@npm//send",
"@npm//serve-index",
"@npm//serve-static",
"@npm//setprototypeof",
"@npm//shasum",
"@npm//shasum-object",
"@npm//sprintf-js",
"@npm//statuses",
"@npm//stream-browserify",

5717
docs/theme/package-lock.json generated vendored

File diff suppressed because it is too large Load Diff

3399
docs/theme/yarn.lock vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,8 @@
"version": "0.0.0",
"dependencies": {
"bower": "1.8.8",
"color-convert": "2.0.1",
"colors": "1.4.0",
"dockerode": "^2.5.8",
"express": "^4.16.4",
"express-session": "^1.15.6",
@ -21,11 +23,10 @@
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "3.0.0",
"grunt-open": "0.2.4",
"matchdep": "2.0.0",
"color-convert": "2.0.1",
"colors": "1.4.0",
"http-proxy": "^1.17.0",
"matchdep": "2.0.0",
"node-cache": "^4.2.0",
"setprototypeof": "^1.2.0",
"typescript": "3.7.4",
"url": "^0.11.0"
},

1169
yarn.lock

File diff suppressed because it is too large Load Diff