diff --git a/package-lock.json b/package-lock.json index ddbef1b..b4436bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "chai": "5.1.1", "express": "4.19.2", - "mocha": "10.7.0" + "mocha": "10.7.3" } }, "node_modules/accepts": { @@ -1038,9 +1038,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==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index f876d76..a28f478 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "chai": "5.1.1", "express": "4.19.2", - "mocha": "10.7.0" + "mocha": "10.7.3" }, "scripts": { "test": "mocha --reporter spec --exit tests/"