From 4ce7512c4beaa930c5eb0e8da8a91d1276699e0b Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 29 May 2019 16:53:22 +0000 Subject: [PATCH] fix: replace npm-run-all with patched version (#2332) --- package-lock.json | 63 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 36 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 488d37b0c..e7e583ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2488,6 +2488,35 @@ "resolved": "https://registry.npmjs.org/@coralproject/bunyan-prettystream/-/bunyan-prettystream-0.1.4.tgz", "integrity": "sha512-Bl38cx/rS/oRqb0gvzT/mtA3BNWdLwqLEyI5Jdp8mA1CG+pOL7NQZeLEz8OIRI/ie6xBnjT7CoVKscjfmpX7nw==" }, + "@coralproject/npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@coralproject/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-KRYjquAoInNtVqKDnQ5V63KLZT1eBhsH8oLzI+UV9J5X/PUYS2Bmuq1BqONtLZNaxp4mcxQX1Hj0EoIaDWd4GA==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "signal-numbers": "^0.2.2", + "string.prototype.padend": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + } + } + }, "@coralproject/rte": { "version": "0.10.15", "resolved": "https://registry.npmjs.org/@coralproject/rte/-/rte-0.10.15.tgz", @@ -22642,34 +22671,6 @@ "which": "^1.2.10" } }, - "npm-run-all": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", - "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "memorystream": "^0.3.1", - "minimatch": "^3.0.4", - "pidtree": "^0.3.0", - "read-pkg": "^3.0.0", - "shell-quote": "^1.6.1", - "string.prototype.padend": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - } - } - }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", @@ -30625,6 +30626,12 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, + "signal-numbers": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/signal-numbers/-/signal-numbers-0.2.2.tgz", + "integrity": "sha512-39bVN3drVn5KUSBjVIT2EfvPG4E38PjdTiXO3Q9S/dtlMPU6c5uTkFGZKpycm2XZPXPOxhICf0/KwbZgsZVKQQ==", + "dev": true + }, "signale": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", diff --git a/package.json b/package.json index c550547b0..0fd59db14 100644 --- a/package.json +++ b/package.json @@ -136,6 +136,7 @@ "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", + "@coralproject/npm-run-all": "^4.1.5", "@coralproject/rte": "^0.10.15", "@intervolga/optimize-cssnano-plugin": "^1.0.6", "@types/basic-auth": "^1.1.2", @@ -268,7 +269,6 @@ "marked": "^0.6.0", "material-design-icons": "^3.0.1", "mini-css-extract-plugin": "^0.6.0", - "npm-run-all": "^4.1.5", "postcss-advanced-variables": "^3.0.0", "postcss-css-variables": "^0.11.0", "postcss-flexbugs-fixes": "^4.1.0",