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 86a71c0  chore: bump @types/lz4js from 0.2.1 to 0.2.2 (#358)
86a71c0 is described below

commit 86a71c0813925484a853dad62c47004593e51afe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 09:39:46 2025 +0900

    chore: bump @types/lz4js from 0.2.1 to 0.2.2 (#358)
    
    Bumps
    
[@types/lz4js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lz4js)
    from 0.2.1 to 0.2.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lz4js";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lz4js&package-manager=npm_and_yarn&previous-version=0.2.1&new-version=0.2.2)](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 merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@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.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index ecbf08c..45a0248 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
     "@types/benchmark": "2.1.5",
     "@types/glob": "8.1.0",
     "@types/jest": "29.5.14",
-    "@types/lz4js": "0.2.1",
+    "@types/lz4js": "0.2.2",
     "@types/multistream": "4.1.3",
     "async-done": "2.0.0",
     "benny": "3.7.1",
diff --git a/yarn.lock b/yarn.lock
index c9307c9..faa5c8d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1551,10 +1551,10 @@
   resolved 
"https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841";
   integrity 
sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
 
-"@types/[email protected]":
-  version "0.2.1"
-  resolved 
"https://registry.yarnpkg.com/@types/lz4js/-/lz4js-0.2.1.tgz#44214fe6b28187ff36eee03afc2b344cbd886b3e";
-  integrity 
sha512-aAnbA4uKPNqZqu0XK1QAwKP0Wskb4Oa7ZFqxW5CMIyGgqYQKFgBxTfK3m3KODXoOLv5t14VregzgrEak13uGQA==
+"@types/[email protected]":
+  version "0.2.2"
+  resolved 
"https://registry.yarnpkg.com/@types/lz4js/-/lz4js-0.2.2.tgz#a4267ec03ea7297994278f27af1d09fe7f369876";
+  integrity 
sha512-pqXfoJ2AwllcLTf1Nia0+HT1KHj8z4wWo3bBP6vn7Aen5ySywBqrh/u1TyBwWxuKDS+mPzVHkPbHivqZEfk6pA==
 
 "@types/minimatch@^5.1.2":
   version "5.1.2"

Reply via email to