Skip to content

Commit 4b3b6c3

Browse files
dependabot[bot]JacksonTian
authored andcommitted
build(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.4.0 to 10.7.3 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.4.0...v10.7.3) Updates `@types/mocha` from 10.0.6 to 10.0.7 - [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] <support@github.com>
1 parent a500e8e commit 4b3b6c3

File tree

2 files changed

+119
-131
lines changed

2 files changed

+119
-131
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"ncc": "^0.3.6",
282282
"@types/fs-extra": "^5.1.0",
283283
"@types/lodash": "^4.14.182",
284-
"@types/mocha": "^10.0.3",
284+
"@types/mocha": "^10.0.7",
285285
"@types/react": "^18.3.3",
286286
"@types/react-dom": "^18.3.0",
287287
"@types/vscode": "^1.47.0",
@@ -293,7 +293,7 @@
293293
"@vscode/test-electron": "^2.4.0",
294294
"eslint": "^8.52.0",
295295
"glob": "^10.3.10",
296-
"mocha": "^10.4.0",
296+
"mocha": "^10.7.3",
297297
"nyc": "^15.1.0",
298298
"prettier": "^3.3.3",
299299
"prettier-plugin-tailwindcss": "^0.6.5",

0 commit comments

Comments
 (0)