From d71bda0f106cb96dcbcb29f28788836af7a87d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:43:49 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.7.3 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 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.7.3...v10.8.2) --- 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 7019848..8ec62d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "globals": "^15.9.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "prettier": "^3.3.3", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2" @@ -3145,9 +3145,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmmirror.com/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6ce86b2..c2b14dd 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "globals": "^15.9.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "prettier": "^3.3.3", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2"