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 25f0f661c Bump mocha from 10.7.0 to 10.7.3 in /lang/js (#3080)
25f0f661c is described below
commit 25f0f661c61ee70e224e9e4d3ef7a6cabe56c525
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 10:21:45 2024 +0300
Bump mocha from 10.7.0 to 10.7.3 in /lang/js (#3080)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3.
- [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.0...v10.7.3)
---
updated-dependencies:
- dependency-name: mocha
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 | 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 f455df5d0..5ec79b1e8 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -1549,9 +1549,9 @@
"dev": true
},
"mocha": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
- "integrity":
"sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
+ "version": "10.7.3",
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz",
+ "integrity":
"sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
"dev": true,
"requires": {
"ansi-colors": "^4.1.3",
diff --git a/lang/js/package.json b/lang/js/package.json
index f71ba38c7..f8bff2f5b 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.0",
+ "mocha": "10.7.3",
"tmp": "^0.2.1"
},
"noAnalyze": true,