Skip to content

Commit 113ee84

Browse files
chore(deps): update dependency @types/concurrently to v7 (#818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2f48e8 commit 113ee84

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@nx/webpack": "17.3.2",
114114
"@nx/workspace": "17.3.2",
115115
"@semantic-release/changelog": "6.0.3",
116-
"@types/concurrently": "6.4.0",
116+
"@types/concurrently": "7.0.0",
117117
"@types/fs-extra": "9.0.13",
118118
"@types/inquirer": "8.2.10",
119119
"@types/jest": "29.5.13",

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,13 +2644,12 @@
26442644
dependencies:
26452645
"@types/node" "*"
26462646

2647-
"@types/concurrently@6.4.0":
2648-
version "6.4.0"
2649-
resolved "https://registry.yarnpkg.com/@types/concurrently/-/concurrently-6.4.0.tgz#de8e9e5f88b8e00d39fd928172f54a6e7029363f"
2650-
integrity sha512-CYU1eyFHsIa2IZIsb8gfUOdiewfnZcyM2Hg1Zaq95xnmB0Ix/bTRM8SttqZ2Cjy6JGPZLttHjZewVsDg1yvnJg==
2647+
"@types/concurrently@7.0.0":
2648+
version "7.0.0"
2649+
resolved "https://registry.yarnpkg.com/@types/concurrently/-/concurrently-7.0.0.tgz#745fea75f46dd1f28174b8f921afadde3d5bcddf"
2650+
integrity sha512-pUOv0XBVexkfVOLWwzh8CMK7b+dnXGvq+/sJKfcws6b0vuMqNw8UeZUiaO9mWxfyS0eYGQyxg+J9EpVRxUCunA==
26512651
dependencies:
2652-
"@types/node" "*"
2653-
chalk "^4.1.0"
2652+
concurrently "*"
26542653

26552654
"@types/connect-history-api-fallback@^1.3.5":
26562655
version "1.5.4"
@@ -4203,6 +4202,19 @@ concat-stream@^1.5.2:
42034202
readable-stream "^2.2.2"
42044203
typedarray "^0.0.6"
42054204

4205+
concurrently@*:
4206+
version "9.0.1"
4207+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa"
4208+
integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==
4209+
dependencies:
4210+
chalk "^4.1.2"
4211+
lodash "^4.17.21"
4212+
rxjs "^7.8.1"
4213+
shell-quote "^1.8.1"
4214+
supports-color "^8.1.1"
4215+
tree-kill "^1.2.2"
4216+
yargs "^17.7.2"
4217+
42064218
concurrently@6.5.1:
42074219
version "6.5.1"
42084220
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
@@ -9391,7 +9403,7 @@ run-parallel@^1.1.9:
93919403
dependencies:
93929404
queue-microtask "^1.2.2"
93939405

9394-
rxjs@7.8.1, rxjs@^7.2.0, rxjs@^7.5.5, rxjs@^7.8.0:
9406+
rxjs@7.8.1, rxjs@^7.2.0, rxjs@^7.5.5, rxjs@^7.8.0, rxjs@^7.8.1:
93959407
version "7.8.1"
93969408
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
93979409
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
@@ -10126,7 +10138,7 @@ supports-color@^7.0.0, supports-color@^7.1.0:
1012610138
dependencies:
1012710139
has-flag "^4.0.0"
1012810140

10129-
supports-color@^8.0.0, supports-color@^8.1.0:
10141+
supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
1013010142
version "8.1.1"
1013110143
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1013210144
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -11078,7 +11090,7 @@ yargs@^16.2.0:
1107811090
y18n "^5.0.5"
1107911091
yargs-parser "^20.2.2"
1108011092

11081-
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.6.2:
11093+
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.6.2, yargs@^17.7.2:
1108211094
version "17.7.2"
1108311095
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
1108411096
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==

0 commit comments

Comments
 (0)