From 5096425bc81dfb66c2f91c55ff8e15496375d92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:26:14 +0000 Subject: [PATCH] Bump mocha from 10.4.0 to 10.5.2 in /src/test/K8s-tests Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.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.4.0...v10.5.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 | 10 +++++----- src/test/K8s-tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index 07e55f952..3f786fdf9 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.3.0", "eslint-plugin-mocha": "^10.4.3", "globals": "^15.1.0", - "mocha": "^10.3.0" + "mocha": "^10.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3061,13 +3061,13 @@ } }, "node_modules/mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", - "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz", + "integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==", "dependencies": { "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", - "chokidar": "3.5.3", + "chokidar": "^3.5.3", "debug": "4.3.4", "diff": "5.0.0", "escape-string-regexp": "4.0.0", diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index 9a6250ca9..4a668b4ca 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -11,7 +11,7 @@ "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-mocha": "^10.4.3", "globals": "^15.1.0", - "mocha": "^10.3.0" + "mocha": "^10.5.2" }, "dependencies": { "mochawesome": "^7.1.3",