diff --git a/package.json b/package.json index b8dd7b42ce..444d19121c 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@typescript-eslint/parser": "^4.0.0", "babel-eslint": "^10.0.0", "babel-plugin-module-resolver": "^5.0.3", - "concurrently": "^10.0.3", + "concurrently": "^10.0.5", "cypress": "12", "docdash": "^2.0.2", "dotenv": "^17.4.2", diff --git a/yarn.lock b/yarn.lock index f5f31cad3d..752b67eb54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5867,14 +5867,14 @@ concat-stream@^1.5.1: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@^10.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.3.tgz#0ae4bf732e958b1a607b47896dcaa836b72514e8" - integrity sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA== +concurrently@^10.0.5: + version "10.0.5" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.5.tgz#5dd22464ad37f77136a02f4d0f05ddd912fe5c80" + integrity sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg== dependencies: chalk "5.6.2" rxjs "7.8.2" - shell-quote "1.8.4" + shell-quote "1.9.0" supports-color "10.2.2" tree-kill "1.2.2" yargs "18.0.0" @@ -13126,10 +13126,10 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shell-quote@1.8.4: - version "1.8.4" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190" - integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ== +shell-quote@1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.9.0.tgz#e108b1a136586d5964edb3300016d4bedba0fe57" + integrity sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA== side-channel-list@^1.0.0: version "1.0.0"