diff --git a/package-lock.json b/package-lock.json index b6ea7245..a17bd820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3", @@ -12099,9 +12099,9 @@ "dev": true }, "node_modules/mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -26393,9 +26393,9 @@ "dev": true }, "mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 0fe3b482..69debc45 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3",