From 0469f75b8f50d4bcde9f8481a05c71b829542107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:45:07 +0000 Subject: [PATCH] Bump mocha from 10.8.1 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 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.8.1...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... 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 c4814e48..fb8e72fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "gulp-sass": "^5.1.0", "gulp-sitemap": "^8.0.0", "gulp-uglify-es": "^3.0.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "node-sass": "^9.0.0", "open": "^10.1.0", "plugin-error": "^2.0.1", @@ -12544,9 +12544,9 @@ "dev": true }, "node_modules/mocha": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", - "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index f909ac64..669704b5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gulp-sass": "^5.1.0", "gulp-sitemap": "^8.0.0", "gulp-uglify-es": "^3.0.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "node-sass": "^9.0.0", "open": "^10.1.0", "plugin-error": "^2.0.1",