Skip to content

Commit d4fdfe7

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency concurrently to v7.2.0
1 parent c3fbefb commit d4fdfe7

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/parser": "5.23.0",
5151
"all-contributors-cli": "6.20.0",
5252
"axios": "0.27.2",
53-
"concurrently": "7.1.0",
53+
"concurrently": "7.2.0",
5454
"conventional-changelog-conventionalcommits": "4.6.3",
5555
"eslint": "8.15.0",
5656
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,19 +2115,20 @@ [email protected]:
21152115
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
21162116
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
21172117

2118-
concurrently@7.1.0:
2119-
version "7.1.0"
2120-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942"
2121-
integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==
2118+
concurrently@7.2.0:
2119+
version "7.2.0"
2120+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.2.0.tgz#4d9b4d1e527b8a8cb101bc2aee317e09496fad43"
2121+
integrity sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==
21222122
dependencies:
21232123
chalk "^4.1.0"
21242124
date-fns "^2.16.1"
21252125
lodash "^4.17.21"
21262126
rxjs "^6.6.3"
2127+
shell-quote "^1.7.3"
21272128
spawn-command "^0.0.2-1"
21282129
supports-color "^8.1.0"
21292130
tree-kill "^1.2.2"
2130-
yargs "^16.2.0"
2131+
yargs "^17.3.1"
21312132

21322133
21332134
version "4.6.3"
@@ -4513,6 +4514,11 @@ shebang-regex@^3.0.0:
45134514
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
45144515
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
45154516

4517+
shell-quote@^1.7.3:
4518+
version "1.7.3"
4519+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
4520+
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
4521+
45164522
side-channel@^1.0.4:
45174523
version "1.0.4"
45184524
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
@@ -5065,7 +5071,7 @@ yargs-parser@^18.1.2:
50655071
camelcase "^5.0.0"
50665072
decamelize "^1.2.0"
50675073

5068-
yargs-parser@^20.2.2, yargs-parser@^20.x:
5074+
yargs-parser@^20.x:
50695075
version "20.2.9"
50705076
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
50715077
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
@@ -5092,19 +5098,6 @@ yargs@^15.0.1:
50925098
y18n "^4.0.0"
50935099
yargs-parser "^18.1.2"
50945100

5095-
yargs@^16.2.0:
5096-
version "16.2.0"
5097-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
5098-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
5099-
dependencies:
5100-
cliui "^7.0.2"
5101-
escalade "^3.1.1"
5102-
get-caller-file "^2.0.5"
5103-
require-directory "^2.1.1"
5104-
string-width "^4.2.0"
5105-
y18n "^5.0.5"
5106-
yargs-parser "^20.2.2"
5107-
51085101
yargs@^17.3.1:
51095102
version "17.4.1"
51105103
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284"

0 commit comments

Comments
 (0)