Skip to content

Commit bd9fe5f

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent f82ad30 commit bd9fe5f

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
@@ -2021,7 +2021,7 @@ ansi-styles@^3.2.1:
20212021
dependencies:
20222022
color-convert "^1.9.0"
20232023

2024-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2024+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
20252025
version "4.3.0"
20262026
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
20272027
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -3437,17 +3437,6 @@ [email protected]:
34373437
minimist "^1.2.5"
34383438
request "^2.88.2"
34393439

3440-
cross-spawn@^6.0.5:
3441-
version "6.0.5"
3442-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3443-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3444-
dependencies:
3445-
nice-try "^1.0.4"
3446-
path-key "^2.0.1"
3447-
semver "^5.5.0"
3448-
shebang-command "^1.2.0"
3449-
which "^1.2.9"
3450-
34513440
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
34523441
version "7.0.3"
34533442
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -8191,11 +8180,6 @@ neo-async@^2.6.0, neo-async@^2.6.2:
81918180
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
81928181
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
81938182

8194-
nice-try@^1.0.4:
8195-
version "1.0.5"
8196-
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
8197-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
8198-
81998183
nise@^1.5.2:
82008184
version "1.5.3"
82018185
resolved "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
@@ -8327,20 +8311,18 @@ normalize-url@^6.0.1:
83278311
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
83288312
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
83298313

8330-
8331-
version "4.1.5"
8332-
resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
8333-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
8314+
8315+
version "5.0.0"
8316+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
8317+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
83348318
dependencies:
8335-
ansi-styles "^3.2.1"
8336-
chalk "^2.4.1"
8337-
cross-spawn "^6.0.5"
8319+
ansi-styles "^4.2.1"
8320+
cross-spawn "^7.0.3"
83388321
memorystream "^0.3.1"
83398322
minimatch "^3.0.4"
8340-
pidtree "^0.3.0"
8341-
read-pkg "^3.0.0"
8323+
pidtree "^0.5.0"
8324+
read-pkg "^5.2.0"
83428325
shell-quote "^1.6.1"
8343-
string.prototype.padend "^3.0.0"
83448326

83458327
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
83468328
version "4.0.1"
@@ -8821,11 +8803,6 @@ path-is-inside@^1.0.2:
88218803
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
88228804
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
88238805

8824-
path-key@^2.0.1:
8825-
version "2.0.1"
8826-
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8827-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8828-
88298806
path-key@^3.0.0, path-key@^3.1.0:
88308807
version "3.1.1"
88318808
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -8893,11 +8870,6 @@ picomatch@^2.3.1:
88938870
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
88948871
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
88958872

8896-
pidtree@^0.3.0:
8897-
version "0.3.1"
8898-
resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
8899-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
8900-
89018873
pidtree@^0.5.0:
89028874
version "0.5.0"
89038875
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
@@ -10634,7 +10606,7 @@ semver-diff@^3.1.1:
1063410606
dependencies:
1063510607
semver "^6.3.0"
1063610608

10637-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
10609+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
1063810610
version "5.7.1"
1063910611
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1064010612
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -10790,25 +10762,13 @@ shallowequal@^1.1.0:
1079010762
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1079110763
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1079210764

10793-
shebang-command@^1.2.0:
10794-
version "1.2.0"
10795-
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
10796-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
10797-
dependencies:
10798-
shebang-regex "^1.0.0"
10799-
1080010765
shebang-command@^2.0.0:
1080110766
version "2.0.0"
1080210767
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1080310768
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1080410769
dependencies:
1080510770
shebang-regex "^3.0.0"
1080610771

10807-
shebang-regex@^1.0.0:
10808-
version "1.0.0"
10809-
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10810-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10811-
1081210772
shebang-regex@^3.0.0:
1081310773
version "3.0.0"
1081410774
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -11294,15 +11254,6 @@ string.prototype.matchall@^4.0.5:
1129411254
regexp.prototype.flags "^1.3.1"
1129511255
side-channel "^1.0.4"
1129611256

11297-
string.prototype.padend@^3.0.0:
11298-
version "3.1.3"
11299-
resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.3.tgz#997a6de12c92c7cb34dc8a201a6c53d9bd88a5f1"
11300-
integrity sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==
11301-
dependencies:
11302-
call-bind "^1.0.2"
11303-
define-properties "^1.1.3"
11304-
es-abstract "^1.19.1"
11305-
1130611257
string.prototype.trim@^1.2.1:
1130711258
version "1.2.5"
1130811259
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.5.tgz#a587bcc8bfad8cb9829a577f5de30dd170c1682c"
@@ -12496,13 +12447,6 @@ [email protected]:
1249612447
is-absolute "^0.1.7"
1249712448
isexe "^1.1.1"
1249812449

12499-
which@^1.2.9:
12500-
version "1.3.1"
12501-
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12502-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12503-
dependencies:
12504-
isexe "^2.0.0"
12505-
1250612450
which@^2.0.1, which@^2.0.2:
1250712451
version "2.0.2"
1250812452
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)