Skip to content

Commit 9535d6b

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent 83b275a commit 9535d6b

File tree

2 files changed

+11
-67
lines changed

2 files changed

+11
-67
lines changed

package.json

+1-1
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

+10-66
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ ansi-styles@^3.2.1:
20542054
dependencies:
20552055
color-convert "^1.9.0"
20562056

2057-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2057+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
20582058
version "4.3.0"
20592059
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
20602060
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -3470,17 +3470,6 @@ [email protected]:
34703470
minimist "^1.2.5"
34713471
request "^2.88.2"
34723472

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

8243-
nice-try@^1.0.4:
8244-
version "1.0.5"
8245-
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
8246-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
8247-
82488232
nise@^1.5.2:
82498233
version "1.5.3"
82508234
resolved "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
@@ -8376,20 +8360,18 @@ normalize-url@^6.0.1:
83768360
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
83778361
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
83788362

8379-
8380-
version "4.1.5"
8381-
resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
8382-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
8363+
8364+
version "5.0.0"
8365+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
8366+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
83838367
dependencies:
8384-
ansi-styles "^3.2.1"
8385-
chalk "^2.4.1"
8386-
cross-spawn "^6.0.5"
8368+
ansi-styles "^4.2.1"
8369+
cross-spawn "^7.0.3"
83878370
memorystream "^0.3.1"
83888371
minimatch "^3.0.4"
8389-
pidtree "^0.3.0"
8390-
read-pkg "^3.0.0"
8372+
pidtree "^0.5.0"
8373+
read-pkg "^5.2.0"
83918374
shell-quote "^1.6.1"
8392-
string.prototype.padend "^3.0.0"
83938375

83948376
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
83958377
version "4.0.1"
@@ -8875,11 +8857,6 @@ path-is-inside@^1.0.2:
88758857
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
88768858
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
88778859

8878-
path-key@^2.0.1:
8879-
version "2.0.1"
8880-
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8881-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8882-
88838860
path-key@^3.0.0, path-key@^3.1.0:
88848861
version "3.1.1"
88858862
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -8952,11 +8929,6 @@ picomatch@^2.3.1:
89528929
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
89538930
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
89548931

8955-
pidtree@^0.3.0:
8956-
version "0.3.1"
8957-
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
8958-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
8959-
89608932
pidtree@^0.5.0:
89618933
version "0.5.0"
89628934
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
@@ -10694,7 +10666,7 @@ semver-diff@^3.1.1:
1069410666
dependencies:
1069510667
semver "^6.3.0"
1069610668

10697-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
10669+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
1069810670
version "5.7.1"
1069910671
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1070010672
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10850,25 +10822,13 @@ shallowequal@^1.1.0:
1085010822
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1085110823
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1085210824

10853-
shebang-command@^1.2.0:
10854-
version "1.2.0"
10855-
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
10856-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
10857-
dependencies:
10858-
shebang-regex "^1.0.0"
10859-
1086010825
shebang-command@^2.0.0:
1086110826
version "2.0.0"
1086210827
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1086310828
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1086410829
dependencies:
1086510830
shebang-regex "^3.0.0"
1086610831

10867-
shebang-regex@^1.0.0:
10868-
version "1.0.0"
10869-
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10870-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10871-
1087210832
shebang-regex@^3.0.0:
1087310833
version "3.0.0"
1087410834
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -11354,15 +11314,6 @@ string.prototype.matchall@^4.0.5:
1135411314
regexp.prototype.flags "^1.3.1"
1135511315
side-channel "^1.0.4"
1135611316

11357-
string.prototype.padend@^3.0.0:
11358-
version "3.1.3"
11359-
resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"
11360-
integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==
11361-
dependencies:
11362-
call-bind "^1.0.2"
11363-
define-properties "^1.1.3"
11364-
es-abstract "^1.19.1"
11365-
1136611317
string.prototype.trim@^1.2.1:
1136711318
version "1.2.5"
1136811319
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
@@ -12556,13 +12507,6 @@ [email protected]:
1255612507
is-absolute "^0.1.7"
1255712508
isexe "^1.1.1"
1255812509

12559-
which@^1.2.9:
12560-
version "1.3.1"
12561-
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12562-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12563-
dependencies:
12564-
isexe "^2.0.0"
12565-
1256612510
which@^2.0.1, which@^2.0.2:
1256712511
version "2.0.2"
1256812512
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)