From 7b0e85186cb9232723df37df07c656d851378d12 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Tue, 29 Oct 2024 23:36:46 +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 e23bfe5f..45a62a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3", @@ -12221,9 +12221,9 @@ "dev": true }, "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", @@ -26655,9 +26655,9 @@ "dev": true }, "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 ec04a8b0..37d0d31f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.3",