Skip to content

Commit

Permalink
Merge pull request #56 from np-complete/renovate/npm-run-all2-6.x-loc…
Browse files Browse the repository at this point in the history
…kfile

Update dependency npm-run-all2 to v6.2.4
  • Loading branch information
masarakki authored Oct 18, 2024
2 parents 1ecaf03 + 54179a7 commit 1f6f419
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions try-babel/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1711,9 +1711,9 @@ npm-normalize-package-bin@^3.0.0:
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==

npm-run-all2@^6.0.0:
version "6.2.3"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b"
integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==
version "6.2.4"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.4.tgz#cdd5c869166ed99d8d651257f20b9497514f2b42"
integrity sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw==
dependencies:
ansi-styles "^6.2.1"
cross-spawn "^7.0.3"
Expand All @@ -1722,6 +1722,7 @@ npm-run-all2@^6.0.0:
pidtree "^0.6.0"
read-package-json-fast "^3.0.2"
shell-quote "^1.7.3"
which "^3.0.1"

object-assign@^4.1.0:
version "4.1.1"
Expand Down Expand Up @@ -2311,6 +2312,13 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

which@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
dependencies:
isexe "^2.0.0"

workerpool@^6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
Expand Down

0 comments on commit 1f6f419

Please sign in to comment.