mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
build: Updating npm dependencies
* grunt: 1.4.0 → 1.5.3 * async: 3.2.0 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 3.1.5 → 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: Ib0387559afe94d487c8b5e772293292ad1a99d69
This commit is contained in:
parent
139746c5b3
commit
8f49b2109e
10928
package-lock.json
generated
10928
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "CodeMirror",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
|
@ -13,7 +14,7 @@
|
|||
"@wdio/sync": "6.10.11",
|
||||
"dotenv": "8.2.0",
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"grunt": "1.4.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
|
|
Loading…
Reference in a new issue