Skip to content

Commit 3d87ef6

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent fa53e5f commit 3d87ef6

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.7.7",
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
@@ -2053,7 +2053,7 @@ ansi-styles@^3.2.1:
20532053
dependencies:
20542054
color-convert "^1.9.0"
20552055

2056-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2056+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
20572057
version "4.3.0"
20582058
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
20592059
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -3469,17 +3469,6 @@ coveralls@3.1.1:
34693469
minimist "^1.2.5"
34703470
request "^2.88.2"
34713471

3472-
cross-spawn@^6.0.5:
3473-
version "6.0.5"
3474-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3475-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3476-
dependencies:
3477-
nice-try "^1.0.4"
3478-
path-key "^2.0.1"
3479-
semver "^5.5.0"
3480-
shebang-command "^1.2.0"
3481-
which "^1.2.9"
3482-
34833472
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
34843473
version "7.0.3"
34853474
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -8211,11 +8200,6 @@ neo-async@^2.6.0, neo-async@^2.6.2:
82118200
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
82128201
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
82138202

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

8350-
npm-run-all@4.1.5:
8351-
version "4.1.5"
8352-
resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
8353-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
8334+
npm-run-all2@5.0.0:
8335+
version "5.0.0"
8336+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
8337+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
83548338
dependencies:
8355-
ansi-styles "^3.2.1"
8356-
chalk "^2.4.1"
8357-
cross-spawn "^6.0.5"
8339+
ansi-styles "^4.2.1"
8340+
cross-spawn "^7.0.3"
83588341
memorystream "^0.3.1"
83598342
minimatch "^3.0.4"
8360-
pidtree "^0.3.0"
8361-
read-pkg "^3.0.0"
8343+
pidtree "^0.5.0"
8344+
read-pkg "^5.2.0"
83628345
shell-quote "^1.6.1"
8363-
string.prototype.padend "^3.0.0"
83648346

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

8844-
path-key@^2.0.1:
8845-
version "2.0.1"
8846-
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8847-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8848-
88498826
path-key@^3.0.0, path-key@^3.1.0:
88508827
version "3.1.1"
88518828
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -8913,11 +8890,6 @@ picomatch@^2.3.1:
89138890
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
89148891
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
89158892

8916-
pidtree@^0.3.0:
8917-
version "0.3.1"
8918-
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
8919-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
8920-
89218893
pidtree@^0.5.0:
89228894
version "0.5.0"
89238895
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
@@ -10654,7 +10626,7 @@ semver-diff@^3.1.1:
1065410626
dependencies:
1065510627
semver "^6.3.0"
1065610628

10657-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
10629+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
1065810630
version "5.7.1"
1065910631
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1066010632
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10810,25 +10782,13 @@ shallowequal@^1.1.0:
1081010782
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1081110783
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1081210784

10813-
shebang-command@^1.2.0:
10814-
version "1.2.0"
10815-
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
10816-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
10817-
dependencies:
10818-
shebang-regex "^1.0.0"
10819-
1082010785
shebang-command@^2.0.0:
1082110786
version "2.0.0"
1082210787
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1082310788
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1082410789
dependencies:
1082510790
shebang-regex "^3.0.0"
1082610791

10827-
shebang-regex@^1.0.0:
10828-
version "1.0.0"
10829-
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10830-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10831-
1083210792
shebang-regex@^3.0.0:
1083310793
version "3.0.0"
1083410794
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -11314,15 +11274,6 @@ string.prototype.matchall@^4.0.5:
1131411274
regexp.prototype.flags "^1.3.1"
1131511275
side-channel "^1.0.4"
1131611276

11317-
string.prototype.padend@^3.0.0:
11318-
version "3.1.3"
11319-
resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"
11320-
integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==
11321-
dependencies:
11322-
call-bind "^1.0.2"
11323-
define-properties "^1.1.3"
11324-
es-abstract "^1.19.1"
11325-
1132611277
string.prototype.trim@^1.2.1:
1132711278
version "1.2.5"
1132811279
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
@@ -12518,13 +12469,6 @@ which@1.2.4:
1251812469
is-absolute "^0.1.7"
1251912470
isexe "^1.1.1"
1252012471

12521-
which@^1.2.9:
12522-
version "1.3.1"
12523-
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12524-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12525-
dependencies:
12526-
isexe "^2.0.0"
12527-
1252812472
which@^2.0.1, which@^2.0.2:
1252912473
version "2.0.2"
1253012474
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)