From 57bac5b6de6171cde9fc3d37c8db7214a4865ff0 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Wed, 30 Oct 2024 16:19:11 +0100 Subject: [PATCH] fix(package): update mocha to version 10.8.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 230245fd..6aaee84f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3", @@ -9544,9 +9544,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -20388,9 +20388,9 @@ } }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index aa47ffe3..ef788d67 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3",