From ee483d87008b80adb8e5344f5e0a1d6bf1211cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:28:16 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.8.0 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.0 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.0...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7a3ede..4ae2d48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "chai": "4.5.0", "eslint": "8.57.1", - "mocha": "10.8.0", + "mocha": "10.8.2", "nyc": "17.1.0", "sinon": "19.0.2" }, @@ -2311,9 +2311,9 @@ } }, "node_modules/mocha": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.0.tgz", - "integrity": "sha512-2Rh6KiLO56bXjfW77YQWNJGo76U3eMiqHshJHdm8Q89moNFBy6426qwRxCEKEFGSsUWhMOASVFq+DUSTwewyew==", + "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", @@ -5273,9 +5273,9 @@ } }, "mocha": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.0.tgz", - "integrity": "sha512-2Rh6KiLO56bXjfW77YQWNJGo76U3eMiqHshJHdm8Q89moNFBy6426qwRxCEKEFGSsUWhMOASVFq+DUSTwewyew==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 2787486..d53b28d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "chai": "4.5.0", - "mocha": "10.8.0", + "mocha": "10.8.2", "eslint": "8.57.1", "nyc": "17.1.0", "sinon": "19.0.2"