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/12/12 19:43:20 UTC

[avro] branch master updated: Bump mocha from 10.1.0 to 10.2.0 in /lang/js (#2006)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a2aa31c6d Bump mocha from 10.1.0 to 10.2.0 in /lang/js (#2006)
a2aa31c6d is described below

commit a2aa31c6d5e75a18fdb7dc8dadc063371bc3afcf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 12 21:43:15 2022 +0200

    Bump mocha from 10.1.0 to 10.2.0 in /lang/js (#2006)
    
    Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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>
---
 lang/js/package-lock.json | 12 ++++++------
 lang/js/package.json      |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 4334972f2..88e35bb4a 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -420,9 +420,9 @@
       }
     },
     "anymatch": {
-      "version": "3.1.2",
-      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
-      "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+      "version": "3.1.3",
+      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
       "dev": true,
       "requires": {
         "normalize-path": "^3.0.0",
@@ -1519,9 +1519,9 @@
       "dev": true
     },
     "mocha": {
-      "version": "10.1.0",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz",
-      "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==",
+      "version": "10.2.0",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz",
+      "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==",
       "dev": true,
       "requires": {
         "ansi-colors": "4.1.1",
diff --git a/lang/js/package.json b/lang/js/package.json
index 7a7909fc1..1a4e485e7 100644
--- a/lang/js/package.json
+++ b/lang/js/package.json
@@ -48,7 +48,7 @@
     "nyc": "^15.1.0",
     "coveralls": "^3.1.1",
     "jshint": "^2.13.4",
-    "mocha": "10.1.0",
+    "mocha": "10.2.0",
     "tmp": "^0.2.1"
   },
   "noAnalyze": true,