From cdb089e3f59c7acdc66833091cd55f16cff5d0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:26:19 +0400 Subject: [PATCH] chore(deps-dev): bump mocha from 10.7.0 to 10.8.2 (#1888) Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.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.7.0...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d709693bc..d1368ec18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "expect.js": "0.3", "husky": "9.0.6", "lint-staged": "15.2.0", - "mocha": "10.7.0", + "mocha": "10.8.2", "nock": "13.5.0", "nodemon": "3.0.1", "nyc": "17.1.0", @@ -6139,9 +6139,9 @@ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" }, "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.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 643699787..227663f4c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "expect.js": "0.3", "husky": "9.0.6", "lint-staged": "15.2.0", - "mocha": "10.7.0", + "mocha": "10.8.2", "nock": "13.5.0", "nodemon": "3.0.1", "nyc": "17.1.0",