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/01/10 10:26:51 UTC

[avro] branch branch-1.11 updated: Bump jshint from 2.12.0 to 2.13.3 in /lang/js (#1449)

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 c5e024a  Bump jshint from 2.12.0 to 2.13.3 in /lang/js (#1449)
c5e024a is described below

commit c5e024af00dffcf35059c039b69b22329abedbc0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 10 12:26:17 2022 +0200

    Bump jshint from 2.12.0 to 2.13.3 in /lang/js (#1449)
    
    Bumps [jshint](https://github.com/jshint/jshint) from 2.12.0 to 2.13.3.
    - [Release notes](https://github.com/jshint/jshint/releases)
    - [Changelog](https://github.com/jshint/jshint/blob/2.13.3/CHANGELOG.md)
    - [Commits](https://github.com/jshint/jshint/compare/2.12.0...2.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: jshint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 9827fadaa339e9b81a480934542f7db57f7bed7b)
---
 lang/js/package-lock.json | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index ed710f1..2405cbf 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -190,9 +190,9 @@
       },
       "dependencies": {
         "glob": {
-          "version": "7.1.6",
-          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
-          "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
+          "version": "7.2.0",
+          "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
+          "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
           "dev": true,
           "requires": {
             "fs.realpath": "^1.0.0",
@@ -370,9 +370,9 @@
       },
       "dependencies": {
         "domelementtype": {
-          "version": "2.1.0",
-          "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz",
-          "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==",
+          "version": "2.2.0",
+          "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+          "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
           "dev": true
         },
         "entities": {
@@ -901,16 +901,16 @@
       "dev": true
     },
     "jshint": {
-      "version": "2.12.0",
-      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.12.0.tgz",
-      "integrity": "sha512-TwuuaUDmra0JMkuqvqy+WGo2xGHSNjv1BA1nTIgtH2K5z1jHuAEeAgp7laaR+hLRmajRjcrM71+vByBDanCyYA==",
+      "version": "2.13.3",
+      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.3.tgz",
+      "integrity": "sha512-zlVQz8XAl1ODXEOVMPkDNuntPebPIE39Xn7ex/JAI9+TmBIf/fcUuj58FaLCC88rOHy8leq0N5ChBB+V5fmpzA==",
       "dev": true,
       "requires": {
         "cli": "~1.0.0",
         "console-browserify": "1.1.x",
         "exit": "0.1.x",
         "htmlparser2": "3.8.x",
-        "lodash": "~4.17.19",
+        "lodash": "~4.17.21",
         "minimatch": "~3.0.2",
         "shelljs": "0.3.x",
         "strip-json-comments": "1.0.x"