Skip to content

Commit bda80ae

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

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
@@ -1269,7 +1269,7 @@
12691269
"@eslint/compat": "1.2.2",
12701270
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
12711271
"@types/chai": "^4.3.11",
1272-
"@types/mocha": "^10.0.7",
1272+
"@types/mocha": "^10.0.9",
12731273
"@types/node": "^22.9.0",
12741274
"@types/sinon": "^17.0.3",
12751275
"@typescript-eslint/eslint-plugin": "^8.13.0",
@@ -1284,7 +1284,7 @@
12841284
"eslint-plugin-react": "^7.37.2",
12851285
"eslint-plugin-react-hooks": "^5.0.0",
12861286
"glob": "^7.2.0",
1287-
"mocha": "^10.7.3",
1287+
"mocha": "^10.8.2",
12881288
"nock": "^13.5.5",
12891289
"papaparse": "^5.4.1",
12901290
"path-browserify": "^1.0.1",

0 commit comments

Comments
 (0)