build: Updating grunt-banana-checker to 0.8.1

Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: I2d7549408f1cf3bb4b4e69ccdfa3c04509f956ca
This commit is contained in:
libraryupgrader 2019-12-14 13:53:18 +00:00
parent f38dda7454
commit 3c9ffbe42a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -655,9 +655,9 @@
}
},
"grunt-banana-checker": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.6.0.tgz",
"integrity": "sha1-ZJpnd0AABJ4uwMSyrBSJFYZOsg8=",
"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

@ -6,7 +6,7 @@
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.6.0",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "21.0.0"
}
}