mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-23 14:46:44 +00:00
build: Updating dependencies
composer: * mediawiki/mediawiki-phan-config: 0.11.1 → 0.12.0 * php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0 * php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2 npm: * grunt: 1.4.0 → 1.5.3 * grunt-banana-checker: 0.9.0 → 0.10.0 * grunt-eslint: 23.0.0 → 24.0.0 * async: 3.2.0 → 3.2.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimatch: 3.0.4 → 3.0.8 * https://github.com/advisories/GHSA-f8q6-p94x-37v3 * minimist: 1.2.5 → 1.2.7 * https://github.com/advisories/GHSA-xvch-5gv4-984h * nanoid: 3.1.25 → 3.3.4 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Additional changes: * Set `name` in package.json. Change-Id: I71647a5716c7b9121570e04d6eecc386f0518ba0
This commit is contained in:
parent
053ad52425
commit
81e3276a0e
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.11.1",
|
||||
"mediawiki/mediawiki-phan-config": "0.12.0",
|
||||
"mediawiki/minus-x": "1.1.1",
|
||||
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
||||
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
||||
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
||||
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": [
|
||||
|
|
6727
package-lock.json
generated
6727
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "InputBox",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"grunt": "1.4.0",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-banana-checker": "0.10.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
"stylelint-config-wikimedia": "0.11.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue