From 7a0b782534d264571e05f65ec121c232d7566da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:18:11 +0000 Subject: [PATCH] chore(deps): update testing tools --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c1f72b6..0715a903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,8 +38,8 @@ "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.5.0", - "eslint-plugin-mocha": "^10.4.3", - "mocha": "^10.7.0", + "eslint-plugin-mocha": "^10.5.0", + "mocha": "^10.7.3", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.0.6", @@ -3449,9 +3449,9 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz", - "integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz", + "integrity": "sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==", "dev": true, "license": "MIT", "dependencies": { @@ -5353,9 +5353,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6e09d66e..e475f56d 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.5.0", - "eslint-plugin-mocha": "^10.4.3", - "mocha": "^10.7.0", + "eslint-plugin-mocha": "^10.5.0", + "mocha": "^10.7.3", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.0.6",