From fc755cecaf1c9dfd045e3eca0e7f90e381434c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:56:33 +0000 Subject: [PATCH] chore(deps-dev): 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 280b3956..a10de9c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "gulp-svgmin": "^4.1.0", "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "sass": "^1.80.5", "supertest": "^7.0.0" } @@ -6618,9 +6618,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.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -17999,9 +17999,9 @@ } }, "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, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index c2d89c76..5c142cad 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "gulp-svgmin": "^4.1.0", "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "sass": "^1.80.5", "supertest": "^7.0.0" },