diff --git a/package-lock.json b/package-lock.json index b998f91eb..63d498354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "glob": "^11.0.0", "istanbul": "^0.4.5", "leasot": "^14.4.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "mocha-jenkins-reporter": "^0.4.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -11096,9 +11096,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "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", @@ -23911,9 +23911,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "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/package.json b/package.json index eeb9068ba..dacca9232 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "glob": "^11.0.0", "istanbul": "^0.4.5", "leasot": "^14.4.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "mocha-jenkins-reporter": "^0.4.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",