update npm packages with vulnerabilities

npm audit fix --force

also update uglify-js to reduce file sizes a bit more (saves around
1.5kB)
This commit is contained in:
Lorenz Hübschle-Schneider 2018-10-26 09:49:01 +02:00
parent 37984e4be0
commit 985fbb0252
1 changed files with 5 additions and 5 deletions

View File

@ -8,17 +8,17 @@
"license": "GPLv3",
"devDependencies": {
"bower": "^1.8",
"electron-packager": "^11",
"electron-packager": "^12.2.0",
"http-server": "^0.11",
"jasmine-core": "^3.1",
"jshint": "^2.9",
"karma": "~1.7",
"jshint": "^2.9.6",
"karma": "^3.1.1",
"karma-jasmine": "~1.1",
"karma-junit-reporter": "^1.2",
"karma-phantomjs-launcher": "^1.0.0",
"protractor": "^5.0.0",
"protractor": "^5.4.1",
"shelljs": "^0.8.0",
"uglify-js": "^3"
"uglify-js": "^3.4.9"
},
"scripts": {
"postinstall": "bower install -p",