mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d0304fb7aa
* 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
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "digital-asset_daml_dummy",
|
|
"displayName": "digital-asset_daml_dummy",
|
|
"description": "package for bazel-managed nodejs dependencies",
|
|
"private": true,
|
|
"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",
|
|
"grunt": "1.0.4",
|
|
"grunt-banner": "0.6.0",
|
|
"grunt-browserify": "5.3.0",
|
|
"grunt-cli": "1.3.2",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-connect": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-sass": "1.0.0",
|
|
"grunt-contrib-uglify": "4.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-open": "0.2.4",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@bazel/bazel": "2.1.0",
|
|
"@bazel/hide-bazel-files": "1.6.0",
|
|
"@bazel/typescript": "1.6.0"
|
|
}
|
|
}
|