Files
atst/package.json
Patrick Smith d82dd15b1a Update uswds dep to fix sub-dep security vulnerability
There was a security vulnerability in `cached-path-relative`: https://hackerone.com/reports/390847

The package is a dependency of `browserify` which is a dependency of
`uswds`, which is one of our dependencies. Upgrading `uswds` to the
latest version installs the latest version of `cached-path-relative`
that has the security fix.

This update also requires bringing in a new static image that was
recently added in `uswds`.
2018-11-13 16:44:37 -05:00

37 lines
951 B
JSON

{
"name": "atst",
"version": "1.0.0",
"description": "ATST Stateless Services",
"main": "index.js",
"scripts": {
"watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall",
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"ally.js": "^1.4.1",
"autoprefixer": "^9.1.3",
"babel-polyfill": "^6.26.0",
"date-fns": "^1.29.0",
"npm": "^6.0.1",
"ramda": "^0.25.0",
"svg-innerhtml": "^1.1.0",
"text-mask-addons": "^3.8.0",
"uswds": "^1.6.9",
"v-tooltip": "^2.0.0-rc.33",
"vue": "2.5.15",
"vue-text-mask": "^6.1.2"
},
"devDependencies": {
"node-sass": "^4.9.2",
"parcel-bundler": "^1.10.3"
},
"browserslist": [
"last 3 version",
"> 5%",
"IE 10"
]
}