Skip to content

Commit 84cb655

Browse files
fix(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent ecc8ab5 commit 84cb655

File tree

2 files changed

+17
-45
lines changed

2 files changed

+17
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"jest-fetch-mock": "3.0.3",
9797
"lint-staged": "8.2.1",
9898
"mockdate": "3.0.5",
99-
"npm-run-all": "4.1.5",
99+
"npm-run-all2": "5.0.0",
100100
"react-hot-loader": "^4.13.0",
101101
"react-test-renderer": "18.2.0",
102102
"remark-preset-lint-recommended": "5.0.0",

yarn.lock

Lines changed: 16 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4290,7 +4290,7 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
42904290
dependencies:
42914291
color-convert "^1.9.0"
42924292

4293-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
4293+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
42944294
version "4.3.0"
42954295
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
42964296
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -11579,16 +11579,6 @@ load-json-file@^1.0.0, load-json-file@^1.1.0:
1157911579
pinkie-promise "^2.0.0"
1158011580
strip-bom "^2.0.0"
1158111581

11582-
load-json-file@^4.0.0:
11583-
version "4.0.0"
11584-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
11585-
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
11586-
dependencies:
11587-
graceful-fs "^4.1.2"
11588-
parse-json "^4.0.0"
11589-
pify "^3.0.0"
11590-
strip-bom "^3.0.0"
11591-
1159211582
loader-runner@^2.4.0:
1159311583
version "2.4.0"
1159411584
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -12255,9 +12245,10 @@ msgpack5@^4.0.2:
1225512245
readable-stream "^2.3.6"
1225612246
safe-buffer "^5.1.2"
1225712247

12258-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
12248+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1225912249
version "1.0.8"
12260-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
12250+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
12251+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1226112252
dependencies:
1226212253
"@juggle/resize-observer" "^3.1.3"
1226312254
jest-environment-jsdom-sixteen "^1.0.3"
@@ -12502,20 +12493,18 @@ npm-path@^2.0.2:
1250212493
dependencies:
1250312494
which "^1.2.10"
1250412495

12505-
npm-run-all@4.1.5:
12506-
version "4.1.5"
12507-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
12508-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
12496+
npm-run-all2@5.0.0:
12497+
version "5.0.0"
12498+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
12499+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
1250912500
dependencies:
12510-
ansi-styles "^3.2.1"
12511-
chalk "^2.4.1"
12512-
cross-spawn "^6.0.5"
12501+
ansi-styles "^4.2.1"
12502+
cross-spawn "^7.0.3"
1251312503
memorystream "^0.3.1"
1251412504
minimatch "^3.0.4"
12515-
pidtree "^0.3.0"
12516-
read-pkg "^3.0.0"
12505+
pidtree "^0.5.0"
12506+
read-pkg "^5.2.0"
1251712507
shell-quote "^1.6.1"
12518-
string.prototype.padend "^3.0.0"
1251912508

1252012509
npm-run-path@^2.0.0:
1252112510
version "2.0.2"
@@ -13208,10 +13197,10 @@ picomatch@^2.2.3:
1320813197
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1320913198
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1321013199

13211-
pidtree@^0.3.0:
13212-
version "0.3.0"
13213-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"
13214-
integrity sha512-9CT4NFlDcosssyg8KVFltgokyKZIFjoBxw8CTGy+5F38Y1eQWrt8tRayiUOXE+zVKQnYu5BR8JjCtvK3BcnBhg==
13200+
pidtree@^0.5.0:
13201+
version "0.5.0"
13202+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
13203+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
1321513204

1321613205
pify@^2.0.0:
1321713206
version "2.3.0"
@@ -14259,15 +14248,6 @@ read-pkg@^1.0.0:
1425914248
normalize-package-data "^2.3.2"
1426014249
path-type "^1.0.0"
1426114250

14262-
read-pkg@^3.0.0:
14263-
version "3.0.0"
14264-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
14265-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
14266-
dependencies:
14267-
load-json-file "^4.0.0"
14268-
normalize-package-data "^2.3.2"
14269-
path-type "^3.0.0"
14270-
1427114251
read-pkg@^4.0.1:
1427214252
version "4.0.1"
1427314253
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
@@ -15760,14 +15740,6 @@ string.prototype.matchall@^4.0.2, string.prototype.matchall@^4.0.6:
1576015740
regexp.prototype.flags "^1.3.1"
1576115741
side-channel "^1.0.4"
1576215742

15763-
string.prototype.padend@^3.0.0:
15764-
version "3.1.0"
15765-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3"
15766-
integrity sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==
15767-
dependencies:
15768-
define-properties "^1.1.3"
15769-
es-abstract "^1.17.0-next.1"
15770-
1577115743
string.prototype.trim@^1.2.4:
1577215744
version "1.2.4"
1577315745
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.4.tgz#6014689baf5efaf106ad031a5fa45157666ed1bd"

0 commit comments

Comments
 (0)