Upgrade lodash to 4.17.19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-07-19 15:32:53 +02:00
parent 942f6b2e9f
commit bc2cd5e15f
2 changed files with 4 additions and 3 deletions

View File

@ -4688,9 +4688,9 @@
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
},
"lodash.assign": {
"version": "4.2.0",

View File

@ -23,6 +23,7 @@
"fuse.js": "^6.0.0",
"jquery-contextmenu": "^2.9.2",
"keycharm": "^0.3.1",
"lodash": ">=4.17.19",
"lunr": "^2.3.8",
"markdown-it": "^11.0.0",
"markdown-it-katex": "^2.0.3",