Skip to content

Commit 77d868e

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent e0f214e commit 77d868e

File tree

2 files changed

+11
-67
lines changed

2 files changed

+11
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jest": "27.5.1",
6767
"lint-staged": "12.5.0",
6868
"mini-css-extract-plugin": "2.9.2",
69-
"npm-run-all": "4.1.5",
69+
"npm-run-all2": "5.0.0",
7070
"optimize-css-assets-webpack-plugin": "6.0.1",
7171
"prettier": "2.8.8",
7272
"progress-bar-webpack-plugin": "2.1.0",

yarn.lock

Lines changed: 10 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ ansi-styles@^3.2.1:
20372037
dependencies:
20382038
color-convert "^1.9.0"
20392039

2040-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2040+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
20412041
version "4.3.0"
20422042
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
20432043
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -3453,17 +3453,6 @@ [email protected]:
34533453
minimist "^1.2.5"
34543454
request "^2.88.2"
34553455

3456-
cross-spawn@^6.0.5:
3457-
version "6.0.5"
3458-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3459-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3460-
dependencies:
3461-
nice-try "^1.0.4"
3462-
path-key "^2.0.1"
3463-
semver "^5.5.0"
3464-
shebang-command "^1.2.0"
3465-
which "^1.2.9"
3466-
34673456
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
34683457
version "7.0.3"
34693458
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -8212,11 +8201,6 @@ neo-async@^2.6.0, neo-async@^2.6.2:
82128201
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
82138202
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
82148203

8215-
nice-try@^1.0.4:
8216-
version "1.0.5"
8217-
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
8218-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
8219-
82208204
nise@^1.5.2:
82218205
version "1.5.3"
82228206
resolved "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
@@ -8348,20 +8332,18 @@ normalize-url@^6.0.1:
83488332
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
83498333
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
83508334

8351-
8352-
version "4.1.5"
8353-
resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
8354-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
8335+
8336+
version "5.0.0"
8337+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
8338+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
83558339
dependencies:
8356-
ansi-styles "^3.2.1"
8357-
chalk "^2.4.1"
8358-
cross-spawn "^6.0.5"
8340+
ansi-styles "^4.2.1"
8341+
cross-spawn "^7.0.3"
83598342
memorystream "^0.3.1"
83608343
minimatch "^3.0.4"
8361-
pidtree "^0.3.0"
8362-
read-pkg "^3.0.0"
8344+
pidtree "^0.5.0"
8345+
read-pkg "^5.2.0"
83638346
shell-quote "^1.6.1"
8364-
string.prototype.padend "^3.0.0"
83658347

83668348
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
83678349
version "4.0.1"
@@ -8842,11 +8824,6 @@ path-is-inside@^1.0.2:
88428824
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
88438825
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
88448826

8845-
path-key@^2.0.1:
8846-
version "2.0.1"
8847-
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8848-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8849-
88508827
path-key@^3.0.0, path-key@^3.1.0:
88518828
version "3.1.1"
88528829
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -8919,11 +8896,6 @@ picomatch@^2.3.1:
89198896
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
89208897
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
89218898

8922-
pidtree@^0.3.0:
8923-
version "0.3.1"
8924-
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
8925-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
8926-
89278899
pidtree@^0.5.0:
89288900
version "0.5.0"
89298901
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
@@ -10660,7 +10632,7 @@ semver-diff@^3.1.1:
1066010632
dependencies:
1066110633
semver "^6.3.0"
1066210634

10663-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
10635+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
1066410636
version "5.7.1"
1066510637
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1066610638
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10816,25 +10788,13 @@ shallowequal@^1.1.0:
1081610788
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1081710789
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1081810790

10819-
shebang-command@^1.2.0:
10820-
version "1.2.0"
10821-
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
10822-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
10823-
dependencies:
10824-
shebang-regex "^1.0.0"
10825-
1082610791
shebang-command@^2.0.0:
1082710792
version "2.0.0"
1082810793
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1082910794
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1083010795
dependencies:
1083110796
shebang-regex "^3.0.0"
1083210797

10833-
shebang-regex@^1.0.0:
10834-
version "1.0.0"
10835-
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10836-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10837-
1083810798
shebang-regex@^3.0.0:
1083910799
version "3.0.0"
1084010800
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -11320,15 +11280,6 @@ string.prototype.matchall@^4.0.5:
1132011280
regexp.prototype.flags "^1.3.1"
1132111281
side-channel "^1.0.4"
1132211282

11323-
string.prototype.padend@^3.0.0:
11324-
version "3.1.3"
11325-
resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"
11326-
integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==
11327-
dependencies:
11328-
call-bind "^1.0.2"
11329-
define-properties "^1.1.3"
11330-
es-abstract "^1.19.1"
11331-
1133211283
string.prototype.trim@^1.2.1:
1133311284
version "1.2.5"
1133411285
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
@@ -12522,13 +12473,6 @@ [email protected]:
1252212473
is-absolute "^0.1.7"
1252312474
isexe "^1.1.1"
1252412475

12525-
which@^1.2.9:
12526-
version "1.3.1"
12527-
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12528-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12529-
dependencies:
12530-
isexe "^2.0.0"
12531-
1253212476
which@^2.0.1, which@^2.0.2:
1253312477
version "2.0.2"
1253412478
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)