diff --git a/package-lock.json b/package-lock.json index c1417466..c3d1c46c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "lint-staged": "^15.2.2", "load-grunt-config": "^4.0.1", "memfs": "^4.8.0", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "rollup": "^4.13.0", @@ -10844,9 +10844,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", @@ -22909,9 +22909,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 0f28d7f2..d7ad762c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lint-staged": "^15.2.2", "load-grunt-config": "^4.0.1", "memfs": "^4.8.0", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "rollup": "^4.13.0",