diff --git a/node/package-lock.json b/node/package-lock.json index 4e7d3c7..fa19130 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "mocha": "^10.5.1" + "mocha": "^10.5.2" }, "devDependencies": { "@types/mocha": "^10.0.7", @@ -504,9 +504,9 @@ } }, "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==", "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", diff --git a/node/package.json b/node/package.json index b3b823d..9f39f3c 100644 --- a/node/package.json +++ b/node/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "mocha": "^10.5.1" + "mocha": "^10.5.2" }, "devDependencies": { "@types/mocha": "^10.0.7",