diff --git a/composer.json b/composer.json index 0bf76a9..ac7b9da 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package-lock.json b/package-lock.json index 0ee4a61..1e4d1db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 67543cc..3a427a0 100644 --- a/package.json +++ b/package.json @@ -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"