diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json index f455df5d0b0..5ec79b1e8ed 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 f71ba38c7d5..f8bff2f5bbb 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,