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/11/14 07:02:17 UTC

[avro] branch branch-1.11 updated: Bump jshint from 2.13.5 to 2.13.6 in /lang/js (#1957)

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 87f39cc04 Bump jshint from 2.13.5 to 2.13.6 in /lang/js (#1957)
87f39cc04 is described below

commit 87f39cc040dcbeb0ead0b7e7a452dae20a0a8b2b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 09:01:54 2022 +0200

    Bump jshint from 2.13.5 to 2.13.6 in /lang/js (#1957)
    
    Bumps [jshint](https://github.com/jshint/jshint) from 2.13.5 to 2.13.6.
    - [Release notes](https://github.com/jshint/jshint/releases)
    - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jshint/jshint/compare/2.13.5...2.13.6)
    
    ---
    updated-dependencies:
    - dependency-name: jshint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 2cb323c9d8e11861fa47e9b3678acb42d217df2c)
---
 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 694d0d873..1d903dfe2 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -1386,9 +1386,9 @@
       "dev": true
     },
     "jshint": {
-      "version": "2.13.5",
-      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.5.tgz",
-      "integrity": "sha512-dB2n1w3OaQ35PLcBGIWXlszjbPZwsgZoxsg6G8PtNf2cFMC1l0fObkYLUuXqTTdi6tKw4sAjfUseTdmDMHQRcg==",
+      "version": "2.13.6",
+      "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
+      "integrity": "sha512-IVdB4G0NTTeQZrBoM8C5JFVLjV2KtZ9APgybDA1MK73xb09qFs0jCXyQLnCOp1cSZZZbvhq/6mfXHUTaDkffuQ==",
       "dev": true,
       "requires": {
         "cli": "~1.0.0",