mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump concurrently from 6.0.0 to 6.0.2
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.0...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e7fd1d1aff
commit
f6327f6a5d
2 changed files with 6 additions and 6 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
"@typescript-eslint/parser": "4.22.0",
|
"@typescript-eslint/parser": "4.22.0",
|
||||||
"ava": "3.15.0",
|
"ava": "3.15.0",
|
||||||
"babel-loader": "8.2.2",
|
"babel-loader": "8.2.2",
|
||||||
"concurrently": "6.0.0",
|
"concurrently": "6.0.2",
|
||||||
"copy-webpack-plugin": "8.1.1",
|
"copy-webpack-plugin": "8.1.1",
|
||||||
"cpy-cli": "^3.1.1",
|
"cpy-cli": "^3.1.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
|
|
|
||||||
10
yarn.lock
10
yarn.lock
|
|
@ -2479,14 +2479,14 @@ concordance@^5.0.1:
|
||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
well-known-symbols "^2.0.0"
|
well-known-symbols "^2.0.0"
|
||||||
|
|
||||||
concurrently@6.0.0:
|
concurrently@6.0.2:
|
||||||
version "6.0.0"
|
version "6.0.2"
|
||||||
resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.0.0.tgz#c1a876dd99390979c71f8c6fe6796882f3a13199"
|
resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.0.2.tgz#4ecdfc78a72a6f626a3a5d3c2a7a81962f3663e3"
|
||||||
integrity sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ==
|
integrity sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^4.1.0"
|
chalk "^4.1.0"
|
||||||
date-fns "^2.16.1"
|
date-fns "^2.16.1"
|
||||||
lodash "^4.17.20"
|
lodash "^4.17.21"
|
||||||
read-pkg "^5.2.0"
|
read-pkg "^5.2.0"
|
||||||
rxjs "^6.6.3"
|
rxjs "^6.6.3"
|
||||||
spawn-command "^0.0.2-1"
|
spawn-command "^0.0.2-1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue