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 15ce3a2da Bump mocha from 10.6.0 to 10.7.0 in /lang/js (#3035)
15ce3a2da is described below
commit 15ce3a2dabc09fff5445df56ef5ce7417675d544
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 22:40:34 2024 +0300
Bump mocha from 10.6.0 to 10.7.0 in /lang/js (#3035)
---
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 0a2011d71..0eae78609 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -1549,9 +1549,9 @@
"dev": true
},
"mocha": {
- "version": "10.6.0",
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz",
- "integrity":
"sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==",
+ "version": "10.7.0",
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
+ "integrity":
"sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
"dev": true,
"requires": {
"ansi-colors": "^4.1.3",
diff --git a/lang/js/package.json b/lang/js/package.json
index c19c4f1a1..f71ba38c7 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.6.0",
+ "mocha": "10.7.0",
"tmp": "^0.2.1"
},
"noAnalyze": true,