Browse Source

dashboard: update dependencies in package.json to fix vulnerabilities

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 5 years ago
parent
commit
66b9198fc3
4 changed files with 151 additions and 522 deletions
  1. +1
    -1
      sentinel-dashboard/src/main/webapp/resources/dist/js/app.js
  2. +1
    -1
      sentinel-dashboard/src/main/webapp/resources/dist/js/app.vendor.js
  3. +147
    -518
      sentinel-dashboard/src/main/webapp/resources/package-lock.json
  4. +2
    -2
      sentinel-dashboard/src/main/webapp/resources/package.json

+ 1
- 1
sentinel-dashboard/src/main/webapp/resources/dist/js/app.js
File diff suppressed because it is too large
View File


+ 1
- 1
sentinel-dashboard/src/main/webapp/resources/dist/js/app.vendor.js
File diff suppressed because it is too large
View File


+ 147
- 518
sentinel-dashboard/src/main/webapp/resources/package-lock.json
File diff suppressed because it is too large
View File


+ 2
- 2
sentinel-dashboard/src/main/webapp/resources/package.json View File

@@ -45,11 +45,11 @@
"gulp-csscomb": "^3.0.8",
"gulp-cssmin": "^0.2.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-load-plugins": "^1.6.0",
"gulp-serv": "0.0.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.10.2",
"open": "0.0.5",
"open": "^6.3.0",
"source-map": "^0.7.3"
}
}

Loading…
Cancel
Save