daml/docs/theme/package.json
Brian Healey 6ad3279bbd
upgrade elliptic version to address vulnerability (#6459)
* upgrade elliptic version to address vulnerability

* Revert "upgrade elliptic version to address vulnerability"

This reverts commit dbf19c32

* upgrade elliptic version to address vulnerability

CHANGELOG_BEGIN
CHANGELOG_END
Signed-off-by: Brian Healey <brian.healey@digitalasset.com>

* Use range for elliptic rather than specific version
2020-06-23 12:00:01 -04:00

32 lines
769 B
JSON

{
"name": "da_theme",
"main": "js/theme.js",
"version": "1.0.0",
"private": true,
"resolutions" : {
"**/elliptic": "^6.5.3"
},
"devDependencies": {
"bower": "^1.8.8",
"browserify": "^13.0.0",
"connect-livereload": "~0.6.0",
"grunt": "^1.0.4",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "~1.0.1",
"grunt-open": "^0.2.4",
"matchdep": "~1.0.1"
},
"scripts": {
"bower": "bower install",
"grunt": "grunt 'build'",
"preview": "npm install && grunt"
}
}