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/02/21 06:22:39 UTC

[avro] branch branch-1.11 updated: [JavaScript] Bump Mocha to 9.2.1

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 a2a1c81  [JavaScript] Bump Mocha to 9.2.1
a2a1c81 is described below

commit a2a1c8130a4d114a5a8b61f94b6a09bd3d91cdf7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Feb 21 08:21:50 2022 +0200

    [JavaScript] Bump Mocha to 9.2.1
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 lang/js/package-lock.json | 6 +++---
 lang/js/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 754b4c7..22377e3 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -953,9 +953,9 @@
       }
     },
     "mocha": {
-      "version": "9.2.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.0.tgz",
-      "integrity": "sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==",
+      "version": "9.2.1",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.2.1.tgz",
+      "integrity": "sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==",
       "dev": true,
       "requires": {
         "@ungap/promise-all-settled": "1.1.2",
diff --git a/lang/js/package.json b/lang/js/package.json
index e37aa58..ab23583 100644
--- a/lang/js/package.json
+++ b/lang/js/package.json
@@ -48,7 +48,7 @@
     "coveralls": "^3.1.1",
     "istanbul": "^0.4.5",
     "jshint": "^2.13.4",
-    "mocha": "^9.2.0",
+    "mocha": "9.2.1",
     "tmp": "^0.2.1"
   },
   "noAnalyze": true,