From bda80ae363fcdb33492669a89a43c39ca045bf46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:23:48 -0500 Subject: [PATCH] chore(deps-dev): bump mocha and @types/mocha (#1259) 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.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) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8dd55093d..19d02c8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@eslint/compat": "1.2.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/chai": "^4.3.11", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.9", "@types/node": "^22.9.0", "@types/sinon": "^17.0.3", "@typescript-eslint/eslint-plugin": "^8.13.0", @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "glob": "^7.2.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "nock": "^13.5.5", "papaparse": "^5.4.1", "path-browserify": "^1.0.1", @@ -1506,9 +1506,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": { @@ -4912,9 +4912,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/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, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index fc6e01fa9..f27a881bd 100644 --- a/package.json +++ b/package.json @@ -1269,7 +1269,7 @@ "@eslint/compat": "1.2.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/chai": "^4.3.11", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.9", "@types/node": "^22.9.0", "@types/sinon": "^17.0.3", "@typescript-eslint/eslint-plugin": "^8.13.0", @@ -1284,7 +1284,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "glob": "^7.2.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "nock": "^13.5.5", "papaparse": "^5.4.1", "path-browserify": "^1.0.1",