diff --git a/package-lock.json b/package-lock.json index bfbc9285b8..ce2e62ce76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@commitlint/config-conventional": "=19.2.2", "@types/chai": "=4.3.11", "@types/dedent": "=0.7.2", - "@types/mocha": "=10.0.6", + "@types/mocha": "=10.0.7", "@types/node": "=20.14.7", "@types/sinon": "=17.0.3", "@typescript-eslint/eslint-plugin": "=7.13.1", @@ -49,7 +49,7 @@ "lerna": "=8.1.3", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.4.0", + "mocha": "=10.5.0", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5", @@ -9657,9 +9657,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "node_modules/@types/node": { @@ -27803,14 +27803,14 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", - "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", + "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "^3.5.3", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", diff --git a/package.json b/package.json index 3249c4d88e..73d9bf660f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@commitlint/config-conventional": "=19.2.2", "@types/chai": "=4.3.11", "@types/dedent": "=0.7.2", - "@types/mocha": "=10.0.6", + "@types/mocha": "=10.0.7", "@types/node": "=20.14.7", "@types/sinon": "=17.0.3", "@typescript-eslint/eslint-plugin": "=7.13.1", @@ -82,7 +82,7 @@ "lerna": "=8.1.3", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.4.0", + "mocha": "=10.5.0", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5",