From 2dff699e9662d03c07eccbe31d2798d5a928d351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:13:54 +0000 Subject: [PATCH] deps: bump mocha from 10.7.3 to 10.8.2 in the test group Bumps the test group with 1 update: [mocha](https://github.com/mochajs/mocha). 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) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- packages/integration-tests/package.json | 2 +- packages/neovim/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e32c4a00..4f011e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6340,9 +6340,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", @@ -8604,7 +8604,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3" + "mocha": "^10.8.2" } }, "packages/neovim": { @@ -8627,7 +8627,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3" @@ -10372,7 +10372,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "neovim": "file:../neovim" } }, @@ -13203,9 +13203,9 @@ "dev": true }, "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, "requires": { "ansi-colors": "^4.1.3", @@ -13371,7 +13371,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 426d85e8..dc9cc8fc 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -54,6 +54,6 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3" + "mocha": "^10.8.2" } } diff --git a/packages/neovim/package.json b/packages/neovim/package.json index 33606ac0..ea9601c2 100644 --- a/packages/neovim/package.json +++ b/packages/neovim/package.json @@ -63,7 +63,7 @@ "c8": "^10.1.2", "expect": "^29.7.0", "jest-mock": "^29.7.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "ts-node": "^10.9.2", "typedoc": "^0.26.7", "typescript": "^5.6.3"