diff --git a/package-lock.json b/package-lock.json index 22451ba5e..cb6870404 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "lerna": "=8.1.5", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.5.1", + "mocha": "=10.5.2", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5", @@ -27980,9 +27980,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mocha": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", - "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz", + "integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index c65a9afff..73c5339ce 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "lerna": "=8.1.5", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.5.1", + "mocha": "=10.5.2", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5",