Upgraded lodash and lodash.template to fix security vulnerabilities
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-18 09:43:02 +02:00
parent d037f7e281
commit b713eb9d1a
2 changed files with 16 additions and 1 deletions

View File

@ -34,7 +34,9 @@
"gulp-util": "^3.0.8",
"localtunnel": "^1.9.2",
"micromatch": "^4.0.2",
"node-sass": "^4.12.0"
"node-sass": "^4.12.0",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"