build: Updating lodash to 4.17.15

* https://npmjs.com/advisories/1065
* CVE-2019-10744

Additional changes:
* Enable eslint caching.
* Enable eslint's reportUnusedDisableDirectives.

Change-Id: I2be44c82d8534ba4ceb4fd1b1e1dff99f9dfa1b3
This commit is contained in:
libraryupgrader 2019-08-01 07:04:22 +00:00
parent 024eedf505
commit e25d243a85
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@
*~ *~
*.kate-swp *.kate-swp
.*.swp .*.swp
/.eslintcache

View file

@ -16,6 +16,10 @@ module.exports = function ( grunt ) {
all: 'i18n/' all: 'i18n/'
}, },
eslint: { eslint: {
options: {
cache: true,
reportUnusedDisableDirectives: true
},
all: [ all: [
'**/*.js', '**/*.js',
'!node_modules/**', '!node_modules/**',

6
package-lock.json generated
View file

@ -2409,9 +2409,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true "dev": true
}, },
"log-symbols": { "log-symbols": {