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/06/07 11:46:21 UTC

[avro] branch branch-1.11 updated: Bump underscore from 1.13.3 to 1.13.4 in /lang/js (#1710)

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 ac8218b30 Bump underscore from 1.13.3 to 1.13.4 in /lang/js (#1710)
ac8218b30 is described below

commit ac8218b304ed029293554227469a1734bbba9da2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 7 14:46:01 2022 +0300

    Bump underscore from 1.13.3 to 1.13.4 in /lang/js (#1710)
    
    Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.3 to 1.13.4.
    - [Release notes](https://github.com/jashkenas/underscore/releases)
    - [Commits](https://github.com/jashkenas/underscore/compare/1.13.3...1.13.4)
    
    ---
    updated-dependencies:
    - dependency-name: underscore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 8a4abf06303480114c7eec3ced8ad77f3697bd32)
---
 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 b88916058..281c49680 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -2340,9 +2340,9 @@
       }
     },
     "underscore": {
-      "version": "1.13.3",
-      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz",
-      "integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA=="
+      "version": "1.13.4",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.4.tgz",
+      "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ=="
     },
     "uri-js": {
       "version": "4.4.1",