This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new cbc3074 chore: bump command-line-usage from 7.0.3 to 7.0.4 (#443)
cbc3074 is described below
commit cbc30748781c236d787da7f0bf87b5d562aa15b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 09:40:08 2026 +0900
chore: bump command-line-usage from 7.0.3 to 7.0.4 (#443)
Bumps [command-line-usage](https://github.com/75lb/command-line-usage)
from 7.0.3 to 7.0.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/75lb/command-line-usage/commit/f3dbb83dd7883b72a8bf84df9234bc8bb784d926"><code>f3dbb83</code></a>
7.0.4</li>
<li><a
href="https://github.com/75lb/command-line-usage/commit/04e77d216a3fb6985320e7acbb066e14a2f3fe83"><code>04e77d2</code></a>
refresh deps, dates, CI</li>
<li>See full diff in <a
href="https://github.com/75lb/command-line-usage/compare/v7.0.3...v7.0.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6d0f838..9245b80 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5706,15 +5706,15 @@
}
},
"node_modules/command-line-usage": {
- "version": "7.0.3",
- "resolved":
"https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.3.tgz",
- "integrity":
"sha512-PqMLy5+YGwhMh1wS04mVG44oqDsgyLRSKJBdOo1bnYhMKBW65gZF1dRp2OZRhiTjgUHljy99qkO7bsctLaw35Q==",
+ "version": "7.0.4",
+ "resolved":
"https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.4.tgz",
+ "integrity":
"sha512-85UdvzTNx/+s5CkSgBm/0hzP80RFHAa7PsfeADE5ezZF3uHz3/Tqj9gIKGT9PTtpycc3Ua64T0oVulGfKxzfqg==",
"license": "MIT",
"dependencies": {
"array-back": "^6.2.2",
"chalk-template": "^0.4.0",
- "table-layout": "^4.1.0",
- "typical": "^7.1.1"
+ "table-layout": "^4.1.1",
+ "typical": "^7.3.0"
},
"engines": {
"node": ">=12.20.0"