From c49f23cee212f555c2e5c55561467ebe4f9656a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:31:26 +0000 Subject: [PATCH] Bump mocha from 10.7.3 to 10.8.1 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.1. - [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.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 24b7f5619..ce9fcb796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "glob": "^11.0.0", "istanbul": "^0.4.5", "leasot": "^14.4.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "mocha-jenkins-reporter": "^0.4.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -11557,9 +11557,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index c6ea4c904..52e7076ce 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "glob": "^11.0.0", "istanbul": "^0.4.5", "leasot": "^14.4.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "mocha-jenkins-reporter": "^0.4.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",