From f12d263047d1cca79116083ab8e1b2df034014cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:03:07 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.7.0 to 10.7.3 in /recommendations Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3. - [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.0...v10.7.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- recommendations/package-lock.json | 14 +++++++------- recommendations/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recommendations/package-lock.json b/recommendations/package-lock.json index 143f8c41..32da6df1 100644 --- a/recommendations/package-lock.json +++ b/recommendations/package-lock.json @@ -21,7 +21,7 @@ "c8": "^7.14.0", "chai": "^4.4.1", "eslint": "^8.57.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "nodemon": "^2.0.22", "sinon": "^15.2.0", "supertest": "^6.3.4" @@ -2177,9 +2177,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -5213,9 +5213,9 @@ } }, "mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/recommendations/package.json b/recommendations/package.json index 77b8986b..851f99b2 100644 --- a/recommendations/package.json +++ b/recommendations/package.json @@ -26,7 +26,7 @@ "c8": "^7.14.0", "chai": "^4.4.1", "eslint": "^8.57.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "nodemon": "^2.0.22", "sinon": "^15.2.0", "supertest": "^6.3.4"