Skip to content

Commit

Permalink
Merge pull request #1019 from oclif/dependabot-npm_and_yarn-concurren…
Browse files Browse the repository at this point in the history
…tly-7.5.0

fix(deps): bump concurrently from 7.4.0 to 7.5.0
  • Loading branch information
svc-cli-bot committed Oct 30, 2022
2 parents 7c69a2d + 08caed4 commit 67fb35b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"@oclif/plugin-not-found": "^2.3.6",
"@oclif/plugin-warn-if-update-available": "^2.0.6",
"aws-sdk": "^2.1231.0",
"concurrently": "^7.4.0",
"concurrently": "^7.5.0",
"debug": "^4.3.3",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1846,10 +1846,10 @@ concat-map@0.0.1:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=

concurrently@^7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368"
integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==
concurrently@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3"
integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==
dependencies:
chalk "^4.1.0"
date-fns "^2.29.1"
Expand Down

0 comments on commit 67fb35b

Please sign in to comment.