mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
build: Updating npm dependencies
* jsdoc: 3.6.7 → 3.6.10 * node-fetch: 2.6.1 → 2.6.7 * ansi-html: 0.0.7 → None * https://github.com/advisories/GHSA-whgm-jr23-g3j9 * ansi-regex: 2.1.1 → 2.1.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * axios: 0.21.1 → 0.21.3 * https://github.com/advisories/GHSA-cph5-m8f7-6c5x * css-select: 2.1.0 → 4.3.0 * https://github.com/advisories/GHSA-rp65-9cf3-cjxr * follow-redirects: 1.13.3 → 1.14.9 * https://github.com/advisories/GHSA-pw2r-vq6v-hr8c * https://github.com/advisories/GHSA-74fj-2j2h-c42q * github-build: 1.2.2 → 1.2.3 * https://github.com/advisories/GHSA-cph5-m8f7-6c5x * 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 * nanoid: 3.1.25 → 3.3.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nth-check: 1.0.2 → 2.0.1 * https://github.com/advisories/GHSA-rp65-9cf3-cjxr * renderkid: 2.0.5 → 2.0.7 * https://github.com/advisories/GHSA-rp65-9cf3-cjxr * shelljs: 0.8.4 → 0.8.5 * https://github.com/advisories/GHSA-4rq4-32rv-6wp6 * simple-get: 3.1.0 → 3.1.1 * https://github.com/advisories/GHSA-wpg7-2c88-r8xv * url-parse: 1.5.3 → 1.5.10 * https://github.com/advisories/GHSA-jf5r-8hm2-f872 * https://github.com/advisories/GHSA-hgjh-723h-mx2j * https://github.com/advisories/GHSA-8v38-pw62-9cw2 * https://github.com/advisories/GHSA-rqff-837h-mm52 * webpack-hot-middleware: 2.25.0 → 2.25.1 * https://github.com/advisories/GHSA-whgm-jr23-g3j9 Additional changes: * Set `name` in package.json. Change-Id: I349e23f8b895feb8f3a398c26bd9d2d93f87103b
This commit is contained in:
parent
90822bc096
commit
429d60105b
17747
package-lock.json
generated
17747
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "Vector",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bash dev-scripts/setup-storybook.sh && start-storybook --quiet -p 6006",
|
||||
|
@ -29,12 +30,12 @@
|
|||
"bundlesize": "0.18.1",
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"jsdoc": "3.6.7",
|
||||
"jsdoc": "3.6.10",
|
||||
"jsdoc-wmf-theme": "0.0.3",
|
||||
"less": "3.8.1",
|
||||
"less-loader": "4.1.0",
|
||||
"mustache": "3.0.1",
|
||||
"node-fetch": "2.6.1",
|
||||
"node-fetch": "2.6.7",
|
||||
"pre-commit": "1.2.2",
|
||||
"stylelint-config-wikimedia": "0.11.1",
|
||||
"svgo": "2.3.1",
|
||||
|
|
Loading…
Reference in a new issue