build: Updating grunt-banana-checker to 0.9.0

Change-Id: I71b03fedc0ee1b540537c9d3244b94817529e3d4
This commit is contained in:
libraryupgrader 2020-04-19 03:22:16 +00:00
parent bc676a8be9
commit ff71c27e05
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -304,9 +304,9 @@
}
},
"grunt-banana-checker": {
"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==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.9.0.tgz",
"integrity": "sha512-SqPiB6OazWqR8USL0NymtuT5Br3mD9WBBsM1rHC/3wIi2SrZNM6/+j9CIeuEM5oCn+AtO2Y0+rzzFyOdC9afAg==",
"dev": true
},
"grunt-jsonlint": {

View file

@ -5,7 +5,7 @@
},
"devDependencies": {
"grunt": "1.1.0",
"grunt-banana-checker": "0.8.1",
"grunt-banana-checker": "0.9.0",
"grunt-jsonlint": "1.0.7"
}
}