Skip to content

Commit d4ca6f8

Browse files
Chores: 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 9.2.2 to 10.1.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.2.2...v10.1.0) Updates `@types/mocha` from 8.2.3 to 10.0.0 - [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-major - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4faf4aa commit d4ca6f8

File tree

2 files changed

+31
-63
lines changed

2 files changed

+31
-63
lines changed

package-lock.json

Lines changed: 29 additions & 61 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
@@ -29,14 +29,14 @@
2929
"devDependencies": {
3030
"@types/chai": "^4.3.4",
3131
"@types/google-apps-script": "^1.0.57",
32-
"@types/mocha": "^8.2.3",
32+
"@types/mocha": "^10.0.1",
3333
"@types/node": "^16.18.11",
3434
"@typescript-eslint/eslint-plugin": "^4.33.0",
3535
"@typescript-eslint/parser": "^4.33.0",
3636
"chai": "^4.3.7",
3737
"chai-as-promised": "^7.1.1",
3838
"eslint": "^7.32.0",
39-
"mocha": "^9.2.2",
39+
"mocha": "^10.2.0",
4040
"ts-node": "^10.9.1",
4141
"typescript": "^4.9.4"
4242
}

0 commit comments

Comments
 (0)