From ff30702610af5646fb0b0879f6a8630f90346b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:33:04 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.7.3 to 10.8.2 in /src/test/K8s-tests Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/test/K8s-tests/package-lock.json | 8 ++++---- src/test/K8s-tests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index 509238e16..d8003bb9a 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.11.0", - "mocha": "^10.7.3" + "mocha": "^10.8.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3094,9 +3094,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index 3dfb3cd2b..f5b27e94b 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -11,7 +11,7 @@ "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-mocha": "^10.5.0", "globals": "^15.11.0", - "mocha": "^10.7.3" + "mocha": "^10.8.2" }, "dependencies": { "mochawesome": "^7.1.3",