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 a74d9b6955 Bump mocha from 11.7.4 to 11.7.5 in /lang/js (#3544)
a74d9b6955 is described below
commit a74d9b6955b0c75ef074857ca11956fde06b27de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 08:37:48 2025 +0200
Bump mocha from 11.7.4 to 11.7.5 in /lang/js (#3544)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5)
---
updated-dependencies:
- dependency-name: mocha
dependency-version: 11.7.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/js/package-lock.json | 8 ++++----
lang/js/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 254bb86bfb..586f66d3ed 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -14,7 +14,7 @@
"devDependencies": {
"coveralls": "^3.1.1",
"jshint": "^2.13.4",
- "mocha": "11.7.4",
+ "mocha": "11.7.5",
"nyc": "^17.0.0",
"tmp": "^0.2.1"
}
@@ -2111,9 +2111,9 @@
}
},
"node_modules/mocha": {
- "version": "11.7.4",
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz",
- "integrity":
"sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==",
+ "version": "11.7.5",
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz",
+ "integrity":
"sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/lang/js/package.json b/lang/js/package.json
index b1df8beb2d..79c3c00ec2 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": "11.7.4",
+ "mocha": "11.7.5",
"tmp": "^0.2.1"
},
"noAnalyze": true,