build: Updating dependencies

composer:
* mediawiki/mediawiki-phan-config: 0.12.0 → 0.12.1

npm:
* grunt-eslint: 24.0.0 → 24.0.1

Change-Id: If0c5e7bc0c15e356171684f03e2ded5e9421be3f
This commit is contained in:
libraryupgrader
2023-04-29 04:32:44 +00:00
parent f31b6c7821
commit 02cd6612fe
3 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "41.0.0",
"mediawiki/mediawiki-phan-config": "0.12.0",
"mediawiki/mediawiki-phan-config": "0.12.1",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.2"

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"eslint-config-wikimedia": "0.24.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.10.0",
"grunt-eslint": "24.0.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
"postcss-less": "6.0.0",
"stylelint-config-wikimedia": "0.14.0",
@@ -2246,9 +2246,9 @@
}
},
"node_modules/grunt-eslint": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
"version": "24.0.1",
"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",
@@ -6403,9 +6403,9 @@
}
},
"grunt-eslint": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.0.tgz",
"integrity": "sha512-WpTeBBFweyhMuPjGwRSQV9JFJ+EczIdlsc7Dd/1g78QVI1aZsk4g/H3e+3S5HEwsS1RKL2YZIrGj8hMLlBfN8w==",
"version": "24.0.1",
"resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-24.0.1.tgz",
"integrity": "sha512-gFzp+ikAkwyu6nqBE2zx1pLVL0JPrerG7jaO4uJV3XUGKPIipv4mfhDOS5MyiMrzUtGdXSW8FkRHjoUnfqbW+g==",
"dev": true,
"requires": {
"chalk": "^4.1.2",

View File

@@ -9,7 +9,7 @@
"eslint-config-wikimedia": "0.24.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.10.0",
"grunt-eslint": "24.0.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
"postcss-less": "6.0.0",
"stylelint-config-wikimedia": "0.14.0",