diff --git a/composer.json b/composer.json index 3514e10..9cb01d1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "require-dev": { "jakub-onderka/php-parallel-lint": "1.0.0", "jakub-onderka/php-console-highlighter": "0.3.2", - "mediawiki/minus-x": "0.3.1", + "mediawiki/minus-x": "0.3.2", "mediawiki/mediawiki-codesniffer": "28.0.0" }, "scripts": { diff --git a/package-lock.json b/package-lock.json index 883891d..76ac317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -304,9 +304,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-jsonlint": { diff --git a/package.json b/package.json index 18215c2..1f4bcda 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-jsonlint": "1.0.7" } }