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 25e2b74 chore: bump @types/multistream from 4.1.3 to 4.1.4 (#485)
25e2b74 is described below
commit 25e2b742fa7fef23160069cc4328701751d57e63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 22 07:05:02 2026 +0900
chore: bump @types/multistream from 4.1.3 to 4.1.4 (#485)
Bumps
[@types/multistream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multistream)
from 4.1.3 to 4.1.4.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multistream">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 | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index a8e5dd9..d6a2fb3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"@types/benchmark": "2.1.5",
"@types/jest": "30.0.0",
"@types/lz4js": "0.2.2",
- "@types/multistream": "4.1.3",
+ "@types/multistream": "4.1.4",
"async-done": "2.0.0",
"benny": "3.7.1",
"cross-env": "10.0.0",
@@ -4826,9 +4826,9 @@
"license": "MIT"
},
"node_modules/@types/multistream": {
- "version": "4.1.3",
- "resolved":
"https://registry.npmjs.org/@types/multistream/-/multistream-4.1.3.tgz",
- "integrity":
"sha512-t57vmDEJOZuC0M3IrZYfCd9wolTcr3ZTCGk1iwHNosvgBX+7/SMvCGcR8wP9lidpelBZQ12crSuINOxkk0azPA==",
+ "version": "4.1.4",
+ "resolved":
"https://registry.npmjs.org/@types/multistream/-/multistream-4.1.4.tgz",
+ "integrity":
"sha512-3akKcJC4PCybvd/LVrsYfWqYyAg7D8BS0+9JXL/tiaqwEXMqOiU9jIcfTGbEi6QAGzo0zoaim39iL1eyznSynw==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 8c523f5..c88b2f3 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"@types/benchmark": "2.1.5",
"@types/jest": "30.0.0",
"@types/lz4js": "0.2.2",
- "@types/multistream": "4.1.3",
+ "@types/multistream": "4.1.4",
"async-done": "2.0.0",
"benny": "3.7.1",
"cross-env": "10.0.0",