mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
9e2e49555c
composer: * mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1 npm: * 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 * mocha: 9.1.3 → 9.2.0 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.2.0 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * node-fetch: 2.6.6 → 2.6.7 * https://github.com/advisories/GHSA-r683-j2x4-v87g Additional changes: * Set `name` in package.json. * eslint: Added `wikimedia/mediawiki` profile (T262222). Change-Id: I4eaa22a563fc9c8b1d6536608b0d1937950f136e
8 lines
82 B
JSON
8 lines
82 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server",
|
|
"wikimedia/mediawiki"
|
|
]
|
|
}
|