mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-23 23:13:29 +00:00
build: Updating dependencies
composer: * mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0 * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 * 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.1 → 1.5.2 * stylelint-config-wikimedia: 0.12.2 → 0.13.0 * wdio-mediawiki: 1.1.1 → 1.2.0 * async: 0.9.2 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 3.1.6 → 3.1.8 * https://github.com/advisories/GHSA-phwq-j96m-2c2q * jake: 10.8.2 → 10.8.5 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * json-schema: 0.2.3 → 0.4.0 * https://github.com/advisories/GHSA-896r-f27r-55mw * jsprim: 1.4.1 → 1.4.2 * https://github.com/advisories/GHSA-896r-f27r-55mw * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: 9.1.2 → 9.2.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.3.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * node-fetch: 2.6.1 → 2.6.7 * https://github.com/advisories/GHSA-r683-j2x4-v87g Additional changes: * Set `name` in package.json. Change-Id: If4b981e1fc37e9572864f51825caa96c889b4b3f
This commit is contained in:
parent
b496520152
commit
74ea0a4ce2
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.11.0",
|
||||
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.11.1",
|
||||
"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": {
|
||||
"test": [
|
||||
|
|
1461
package-lock.json
generated
1461
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "RevisionSlider",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
||||
|
@ -14,14 +15,14 @@
|
|||
"@wdio/mocha-framework": "7.13.2",
|
||||
"@wdio/sync": "7.4.6",
|
||||
"eslint-config-wikimedia": "0.22.1",
|
||||
"grunt": "1.4.1",
|
||||
"grunt": "1.5.2",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "24.0.0",
|
||||
"grunt-stylelint": "0.17.0",
|
||||
"mwbot": "1.0.10",
|
||||
"stylelint-config-wikimedia": "0.12.2",
|
||||
"stylelint-config-wikimedia": "0.13.0",
|
||||
"svgo": "2.8.0",
|
||||
"wdio-mediawiki": "1.1.1",
|
||||
"wdio-mediawiki": "1.2.0",
|
||||
"webdriverio": "7.4.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue