diff --git a/node/package-lock.json b/node/package-lock.json index e536237..954fda9 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "mocha": "^10.6.0" + "mocha": "^10.7.3" }, "devDependencies": { "@types/mocha": "^10.0.7", @@ -554,10 +554,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", - "license": "MIT", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/node/package.json b/node/package.json index a7e4e5b..fd22e30 100644 --- a/node/package.json +++ b/node/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "mocha": "^10.6.0" + "mocha": "^10.7.3" }, "devDependencies": { "@types/mocha": "^10.0.7",