mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-11 16:49:32 +00:00
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:
parent
024eedf505
commit
e25d243a85
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
*~
|
||||
*.kate-swp
|
||||
.*.swp
|
||||
/.eslintcache
|
||||
|
|
|
@ -16,6 +16,10 @@ module.exports = function ( grunt ) {
|
|||
all: 'i18n/'
|
||||
},
|
||||
eslint: {
|
||||
options: {
|
||||
cache: true,
|
||||
reportUnusedDisableDirectives: true
|
||||
},
|
||||
all: [
|
||||
'**/*.js',
|
||||
'!node_modules/**',
|
||||
|
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -2409,9 +2409,9 @@
|
|||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.11",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
|
||||
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
|
||||
"version": "4.17.15",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
|
||||
"dev": true
|
||||
},
|
||||
"log-symbols": {
|
||||
|
|
Loading…
Reference in a new issue