From 715fd91b995fc48149b03b324fce14e675b99924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:37:13 +0000 Subject: [PATCH] chore(deps-dev): bump mocha and @types/mocha Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.6.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.6.0...v10.8.2) Updates `@types/mocha` from 10.0.7 to 10.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6258ef..81aafe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@tsconfig/node18": "^18.2.4", "@types/chai": "^4.3.16", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.9", "@types/node": "^18.19.39", "@types/proxyquire": "^1.3.31", "@types/react": "^17.0.80", @@ -35,7 +35,7 @@ "@types/sinon-chai": "^3.2.12", "chai": "^4.4.1", "chai-as-promised": "^8.0.0", - "mocha": "^10.5.2", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -1161,9 +1161,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "node_modules/@types/node": { @@ -3589,9 +3589,9 @@ } }, "node_modules/mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "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 284d6fc..8a47cba 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@tsconfig/node18": "^18.2.4", "@types/chai": "^4.3.16", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.9", "@types/node": "^18.19.39", "@types/proxyquire": "^1.3.31", "@types/react": "^17.0.80", @@ -54,7 +54,7 @@ "@types/sinon-chai": "^3.2.12", "chai": "^4.4.1", "chai-as-promised": "^8.0.0", - "mocha": "^10.5.2", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "react": "^17.0.2", "react-dom": "^17.0.2",