diff --git a/inventory/package-lock.json b/inventory/package-lock.json index 17ddc4b6..ab6d61cc 100644 --- a/inventory/package-lock.json +++ b/inventory/package-lock.json @@ -21,7 +21,7 @@ "c8": "^7.14.0", "chai": "^4.4.1", "eslint": "^8.57.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "nodemon": "^2.0.22", "sinon": "^15.2.0", "supertest": "^6.3.4" @@ -2158,9 +2158,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", @@ -5119,9 +5119,9 @@ } }, "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/inventory/package.json b/inventory/package.json index 8d840e58..b5dbc24f 100644 --- a/inventory/package.json +++ b/inventory/package.json @@ -26,7 +26,7 @@ "c8": "^7.14.0", "chai": "^4.4.1", "eslint": "^8.57.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "nodemon": "^2.0.22", "sinon": "^15.2.0", "supertest": "^6.3.4"