You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/04/13 20:54:48 UTC

[avro] branch branch-1.11 updated: Bump minimist from 1.2.5 to 1.2.6 in /lang/js (#1641)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 12e75f1fc Bump minimist from 1.2.5 to 1.2.6 in /lang/js (#1641)
12e75f1fc is described below

commit 12e75f1fcfee5cd9f4388e0907d5f21503a528c9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 13 23:54:18 2022 +0300

    Bump minimist from 1.2.5 to 1.2.6 in /lang/js (#1641)
    
    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit dd625f4f3aec105fef49d4e88424b892d82de0cc)
---
 lang/js/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 73af5d7c4..5d622c7e7 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -938,9 +938,9 @@
       }
     },
     "minimist": {
-      "version": "1.2.5",
-      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
-      "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
+      "version": "1.2.6",
+      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
+      "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
       "dev": true
     },
     "mkdirp": {