Skip to content

Commit aa62a92

Browse files
chore(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.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.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] <[email protected]>
1 parent a010b66 commit aa62a92

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 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
@@ -1111,7 +1111,7 @@
11111111
"devDependencies": {
11121112
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
11131113
"@types/chai": "^4.3.11",
1114-
"@types/mocha": "^10.0.7",
1114+
"@types/mocha": "^10.0.9",
11151115
"@types/node": "^20.14.10",
11161116
"@types/sinon": "^17.0.3",
11171117
"@typescript-eslint/eslint-plugin": "^7.15.0",
@@ -1124,7 +1124,7 @@
11241124
"eslint": "^8.57.0",
11251125
"eslint-plugin-react": "^7.35.0",
11261126
"eslint-plugin-react-hooks": "^4.6.2",
1127-
"mocha": "^10.7.3",
1127+
"mocha": "^10.8.2",
11281128
"nock": "^13.5.5",
11291129
"papaparse": "^5.4.1",
11301130
"path-browserify": "^1.0.1",

0 commit comments

Comments
 (0)