diff --git a/package-lock.json b/package-lock.json index 959cead..788f269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "chai-spies": "1.1.0", "eslint": "7.32.0", "eslint-config-web-scrobbler": "2.1.1", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "mocha-lcov-reporter": "1.3.0", "nyc": "15.1.0", "prettier": "2.2.1", @@ -2957,9 +2957,9 @@ } }, "node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", @@ -6874,9 +6874,9 @@ } }, "mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "requires": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 15fa7ac..aedd30a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "chai-spies": "1.1.0", "eslint": "7.32.0", "eslint-config-web-scrobbler": "2.1.1", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "mocha-lcov-reporter": "1.3.0", "nyc": "15.1.0", "prettier": "2.2.1",