fixing security issues

This commit is contained in:
tambien 2019-02-15 13:02:49 -05:00
parent a63ca089c2
commit e69a320988
2 changed files with 823 additions and 656 deletions

1470
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -58,7 +58,7 @@
"chai": "^1.9.1",
"codecov": "^3.1.0",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint": "^5.13.0",
"eslint-plugin-html": "^5.0.0",
"fft-js": "0.0.11",
"glob": "^7.1.2",
@ -66,14 +66,14 @@
"http-server": "^0.11.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jsdoc": "^3.5.5",
"karma": "^3.0.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"karma-webpack": "^3.0.5",
"mocha": "^5.1.1",
"proxy-polyfill": "^0.2.0",
"semver": "^5.5.0",
@ -81,7 +81,8 @@
"tsd-jsdoc": "^2.1.2",
"ua-parser-js": "^0.7.19",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.2"
"webpack-cli": "^3.1.2",
"yargs": "^13.2.0"
},
"dependencies": {}
}