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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1a2f167f9 Bump mocha from 10.7.3 to 10.8.2 in /lang/js (#3239)
1a2f167f9 is described below

commit 1a2f167f9de2f7cf0b80eedd6b2de3b15d4c80e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 12:30:00 2024 +0200

    Bump mocha from 10.7.3 to 10.8.2 in /lang/js (#3239)
    
    Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 lang/js/package-lock.json | 14 +++++++-------
 lang/js/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 5ec79b1e8..53338913f 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "avro-js",
-  "version": "1.12.0-SNAPSHOT",
+  "version": "1.13.0-SNAPSHOT",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -889,9 +889,9 @@
       "dev": true
     },
     "escalade": {
-      "version": "3.1.2",
-      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz";,
-      "integrity": 
"sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz";,
+      "integrity": 
"sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
       "dev": true
     },
     "escape-string-regexp": {
@@ -1549,9 +1549,9 @@
       "dev": true
     },
     "mocha": {
-      "version": "10.7.3",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz";,
-      "integrity": 
"sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
+      "version": "10.8.2",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz";,
+      "integrity": 
"sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==",
       "dev": true,
       "requires": {
         "ansi-colors": "^4.1.3",
diff --git a/lang/js/package.json b/lang/js/package.json
index 3e2221619..f3c0d706e 100644
--- a/lang/js/package.json
+++ b/lang/js/package.json
@@ -48,7 +48,7 @@
     "nyc": "^17.0.0",
     "coveralls": "^3.1.1",
     "jshint": "^2.13.4",
-    "mocha": "10.7.3",
+    "mocha": "10.8.2",
     "tmp": "^0.2.1"
   },
   "noAnalyze": true,

Reply via email to