From d4f0ae9bd5d2880f00238fa07292b3531f5ce25a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:23:49 +0000 Subject: [PATCH] chore(deps): update dependency mocha to ^10.8.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 397138f6..c4208ac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1", @@ -9320,9 +9320,9 @@ } }, "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f817230d..a65c526a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1",