build: Updating grunt-banana-checker to 0.8.1

Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: I51f571f920fde95575497cc7b98ef3b9bbc37d2f
This commit is contained in:
libraryupgrader 2019-12-15 13:49:08 +00:00
parent 57657ff317
commit b47b6cea38
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2310,9 +2310,9 @@
}
},
"grunt-banana-checker": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.7.1.tgz",
"integrity": "sha512-kKHeR6kB6jNqK/Lr/no44z6Ui7dC83cbLrjOkpxiWpz8W0xkRcipjFj3FpJYGl8cCzdgy3Q06PRgnNy5rsa7iA==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.8.1.tgz",
"integrity": "sha512-fx3lqZZFL9EihNI4BpwNmcjsb5tCVfa/xWVXLT3fipSOrLr/BsWdAUTltscTx55/tSwSR8VbJOulI00e1WTtoA==",
"dev": true
},
"grunt-eslint": {

View file

@ -9,7 +9,7 @@
"devDependencies": {
"eslint-config-wikimedia": "0.13.1",
"grunt": "1.0.4",
"grunt-banana-checker": "0.7.1",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.11.1",
"stylelint": "10.1.0",