From e2ab0a1788303259e73a44b42d12fa5602047dc0 Mon Sep 17 00:00:00 2001 From: Zammad Renovate Bot Date: Mon, 1 Apr 2024 01:08:05 +0000 Subject: [PATCH] Maintenance: Update dependency mocha to ^10.4.0 --- .eslint-plugin-zammad/package.json | 2 +- .eslint-plugin-zammad/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.eslint-plugin-zammad/package.json b/.eslint-plugin-zammad/package.json index e2ec8fe460bd..5d74a3e1ed70 100644 --- a/.eslint-plugin-zammad/package.json +++ b/.eslint-plugin-zammad/package.json @@ -20,7 +20,7 @@ "eslint": "^8.57.0", "eslint-plugin-eslint-plugin": "^5.5.0", "eslint-plugin-n": "^14.0.0", - "mocha": "^10.3.0" + "mocha": "^10.4.0" }, "engines": { "node": "12.x || 14.x || >= 16" diff --git a/.eslint-plugin-zammad/yarn.lock b/.eslint-plugin-zammad/yarn.lock index fc79e92b47f1..4f2b057eb7a4 100644 --- a/.eslint-plugin-zammad/yarn.lock +++ b/.eslint-plugin-zammad/yarn.lock @@ -765,10 +765,10 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -mocha@^10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9" - integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg== +mocha@^10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261" + integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA== dependencies: ansi-colors "4.1.1" browser-stdout "1.3.1"