Skip to content

Commit 358a844

Browse files
deps: bump the test group across 1 directory with 2 updates (#450)
Bumps the test group with 2 updates in the / directory: [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/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](mochajs/mocha@v10.7.3...v10.8.2) Updates `@types/mocha` from 10.0.9 to 10.0.10 - [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-group: test - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0f90cc commit 358a844

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"vim"
5151
],
5252
"devDependencies": {
53-
"@types/mocha": "^10.0.9",
53+
"@types/mocha": "^10.0.10",
5454
"c8": "^10.1.2",
5555
"expect": "^29.7.0",
5656
"jest-mock": "^29.7.0",
57-
"mocha": "^10.7.3",
57+
"mocha": "^10.8.2",
5858
"neovim": "file:../neovim"
5959
}
6060
}

packages/neovim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"@babel/plugin-proposal-class-properties": "^7.18.6",
5959
"@babel/preset-env": "^7.25.3",
6060
"@babel/preset-typescript": "^7.24.7",
61-
"@types/mocha": "^10.0.9",
61+
"@types/mocha": "^10.0.10",
6262
"@types/node": "^16.18.113",
6363
"c8": "^10.1.2",
6464
"expect": "^29.7.0",
6565
"jest-mock": "^29.7.0",
66-
"mocha": "^10.7.3",
66+
"mocha": "^10.8.2",
6767
"ts-node": "^10.9.2",
6868
"typedoc": "^0.26.7",
6969
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)