Skip to content

Commit aeade74

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent 96527f8 commit aeade74

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.8.1",
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 @@ [email protected]:
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"
@@ -8228,11 +8217,6 @@ neo-async@^2.6.0, neo-async@^2.6.2:
82288217
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
82298218
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
82308219

8231-
nice-try@^1.0.4:
8232-
version "1.0.5"
8233-
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
8234-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
8235-
82368220
nise@^1.5.2:
82378221
version "1.5.3"
82388222
resolved "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
@@ -8364,20 +8348,18 @@ normalize-url@^6.0.1:
83648348
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
83658349
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
83668350

8367-
8368-
version "4.1.5"
8369-
resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
8370-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
8351+
8352+
version "5.0.0"
8353+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
8354+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
83718355
dependencies:
8372-
ansi-styles "^3.2.1"
8373-
chalk "^2.4.1"
8374-
cross-spawn "^6.0.5"
8356+
ansi-styles "^4.2.1"
8357+
cross-spawn "^7.0.3"
83758358
memorystream "^0.3.1"
83768359
minimatch "^3.0.4"
8377-
pidtree "^0.3.0"
8378-
read-pkg "^3.0.0"
8360+
pidtree "^0.5.0"
8361+
read-pkg "^5.2.0"
83798362
shell-quote "^1.6.1"
8380-
string.prototype.padend "^3.0.0"
83818363

83828364
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
83838365
version "4.0.1"
@@ -8858,11 +8840,6 @@ path-is-inside@^1.0.2:
88588840
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
88598841
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
88608842

8861-
path-key@^2.0.1:
8862-
version "2.0.1"
8863-
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8864-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8865-
88668843
path-key@^3.0.0, path-key@^3.1.0:
88678844
version "3.1.1"
88688845
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -8930,11 +8907,6 @@ picomatch@^2.3.1:
89308907
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
89318908
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
89328909

8933-
pidtree@^0.3.0:
8934-
version "0.3.1"
8935-
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
8936-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
8937-
89388910
pidtree@^0.5.0:
89398911
version "0.5.0"
89408912
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
@@ -10671,7 +10643,7 @@ semver-diff@^3.1.1:
1067110643
dependencies:
1067210644
semver "^6.3.0"
1067310645

10674-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
10646+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
1067510647
version "5.7.1"
1067610648
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1067710649
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10827,25 +10799,13 @@ shallowequal@^1.1.0:
1082710799
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1082810800
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1082910801

10830-
shebang-command@^1.2.0:
10831-
version "1.2.0"
10832-
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
10833-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
10834-
dependencies:
10835-
shebang-regex "^1.0.0"
10836-
1083710802
shebang-command@^2.0.0:
1083810803
version "2.0.0"
1083910804
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1084010805
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1084110806
dependencies:
1084210807
shebang-regex "^3.0.0"
1084310808

10844-
shebang-regex@^1.0.0:
10845-
version "1.0.0"
10846-
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10847-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10848-
1084910809
shebang-regex@^3.0.0:
1085010810
version "3.0.0"
1085110811
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -11331,15 +11291,6 @@ string.prototype.matchall@^4.0.5:
1133111291
regexp.prototype.flags "^1.3.1"
1133211292
side-channel "^1.0.4"
1133311293

11334-
string.prototype.padend@^3.0.0:
11335-
version "3.1.3"
11336-
resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"
11337-
integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==
11338-
dependencies:
11339-
call-bind "^1.0.2"
11340-
define-properties "^1.1.3"
11341-
es-abstract "^1.19.1"
11342-
1134311294
string.prototype.trim@^1.2.1:
1134411295
version "1.2.5"
1134511296
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
@@ -12535,13 +12486,6 @@ [email protected]:
1253512486
is-absolute "^0.1.7"
1253612487
isexe "^1.1.1"
1253712488

12538-
which@^1.2.9:
12539-
version "1.3.1"
12540-
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12541-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12542-
dependencies:
12543-
isexe "^2.0.0"
12544-
1254512489
which@^2.0.1, which@^2.0.2:
1254612490
version "2.0.2"
1254712491
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)