From 30c000e6bc73d264c10fea37012ae4883a376df6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:54:04 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v10.8.2 --- 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 d958e208..aa425fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unicorn": "56.0.0", "eslint-plugin-unused-imports": "4.1.4", - "mocha": "10.8.1", + "mocha": "10.8.2", "mocha-testdata": "1.2.0", "nyc": "17.1.0", "rimraf": "6.0.1", @@ -8834,9 +8834,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, "dependencies": { "ansi-colors": "^4.1.3", @@ -22367,9 +22367,9 @@ "dev": true }, "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, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 023532e9..b3c4e372 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unicorn": "56.0.0", "eslint-plugin-unused-imports": "4.1.4", - "mocha": "10.8.1", + "mocha": "10.8.2", "mocha-testdata": "1.2.0", "nyc": "17.1.0", "rimraf": "6.0.1",