Skip to content

Commit 7ba9723

Browse files
chore(deps-dev): bump mocha and @types/mocha (#1089)
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.6.0 - [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.6.0) 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04f5f98 commit 7ba9723

File tree

2 files changed

+60
-71
lines changed

2 files changed

+60
-71
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"devDependencies": {
10861086
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
10871087
"@types/chai": "^4.3.11",
1088-
"@types/mocha": "^10.0.6",
1088+
"@types/mocha": "^10.0.7",
10891089
"@types/node": "^20.14.9",
10901090
"@types/sinon": "^17.0.3",
10911091
"@typescript-eslint/eslint-plugin": "^7.15.0",
@@ -1098,7 +1098,7 @@
10981098
"eslint": "^8.57.0",
10991099
"eslint-plugin-react": "^7.34.3",
11001100
"eslint-plugin-react-hooks": "^4.6.2",
1101-
"mocha": "^10.4.0",
1101+
"mocha": "^10.6.0",
11021102
"nock": "^13.5.4",
11031103
"papaparse": "^5.4.1",
11041104
"path-browserify": "^1.0.1",

0 commit comments

Comments
 (0)