build: Updating dependencies

composer:
* mediawiki/minus-x: 0.3.1 → 0.3.2

npm:
* grunt-banana-checker: 0.4.0 → 0.8.1

Change-Id: Ia1365bbd40f98972c968ffb4652bf5452630c31e
This commit is contained in:
libraryupgrader 2019-12-16 03:26:50 +00:00
parent bc2d5f0861
commit 3491a9442a
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"jakub-onderka/php-parallel-lint": "1.0.0",
"mediawiki/mediawiki-codesniffer": "28.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1"
"mediawiki/minus-x": "0.3.2"
},
"scripts": {
"fix": [

6
package-lock.json generated
View file

@ -1084,9 +1084,9 @@
}
},
"grunt-banana-checker": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.4.0.tgz",
"integrity": "sha1-ftIDmj6dPdg7OshaSqOPN0Miiss=",
"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-contrib-jshint": {

View file

@ -5,7 +5,7 @@
},
"devDependencies": {
"grunt": "1.0.4",
"grunt-banana-checker": "0.4.0",
"grunt-banana-checker": "0.8.1",
"grunt-contrib-jshint": "0.11.3",
"grunt-jscs": "2.5.0",
"grunt-jsonlint": "1.0.7"