Skip to content

Commit e336079

Browse files
chore(deps): 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.0 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.0...v10.8.2) Updates `@types/mocha` from 10.0.7 to 10.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-version: 10.8.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/mocha" dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 898273f commit e336079

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@salesforce/dev-config": "^4.3.1",
3939
"@salesforce/prettier-config": "^0.0.3",
4040
"@types/chai": "^4.3.14",
41-
"@types/mocha": "^10.0.7",
41+
"@types/mocha": "^10.0.10",
4242
"@types/node": "^18",
4343
"@types/sinon": "^10.0.20",
4444
"chai": "^4.3.10",
@@ -47,7 +47,7 @@
4747
"eslint-config-salesforce-typescript": "4.0.1",
4848
"husky": "^7.0.4",
4949
"linkinator": "^6.1.2",
50-
"mocha": "^10.7.0",
50+
"mocha": "^10.8.2",
5151
"nyc": "^17.0.0",
5252
"prettier": "^2.8.8",
5353
"pretty-quick": "^3.3.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@
579579
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
580580
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
581581

582-
"@types/mocha@^10.0.7":
583-
version "10.0.7"
584-
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz#4c620090f28ca7f905a94b706f74dc5b57b44f2f"
585-
integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==
582+
"@types/mocha@^10.0.10":
583+
version "10.0.10"
584+
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
585+
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
586586

587587
"@types/node@*":
588588
version "20.2.3"
@@ -2973,10 +2973,10 @@ minimist@^1.2.0, minimist@^1.2.6:
29732973
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
29742974
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
29752975

2976-
mocha@^10.7.0:
2977-
version "10.7.0"
2978-
resolved "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
2979-
integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
2976+
mocha@^10.8.2:
2977+
version "10.8.2"
2978+
resolved "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
2979+
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
29802980
dependencies:
29812981
ansi-colors "^4.1.3"
29822982
browser-stdout "^1.3.1"

0 commit comments

Comments
 (0)