diff --git a/package-lock.json b/package-lock.json index 6549c5d..f86d064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "pg": "^8.12.0" }, "devDependencies": { - "mocha": "^10.4.0", + "mocha": "^10.5.1", "standard": "^17.1.0", "voyager-evaluate": "filecoin-station/voyager-evaluate#main" } @@ -4281,14 +4281,14 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "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 68f4c2e..cea8e06 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "standard && mocha" }, "devDependencies": { - "mocha": "^10.4.0", + "mocha": "^10.5.1", "voyager-evaluate": "filecoin-station/voyager-evaluate#main", "standard": "^17.1.0" },