Skip to content

Commit 7a96dcc

Browse files
chore(dev-deps): bump mocha from 10.7.3 to 10.8.2 (#833)
Bumps [mocha](https://github.com/mochajs/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) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41d3abf commit 7a96dcc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint-config-prettier": "^9.1.0",
2323
"husky": "^9.1.6",
2424
"lint-staged": "^15",
25-
"mocha": "^10.7.3",
25+
"mocha": "^10.8.2",
2626
"oclif": "^4.15.16",
2727
"prettier": "^3.3.3",
2828
"shx": "^0.3.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4674,10 +4674,10 @@ minimist@^1.2.3:
46744674
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
46754675
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
46764676

4677-
mocha@^10.7.3:
4678-
version "10.7.3"
4679-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
4680-
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
4677+
mocha@^10.8.2:
4678+
version "10.8.2"
4679+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
4680+
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
46814681
dependencies:
46824682
ansi-colors "^4.1.3"
46834683
browser-stdout "^1.3.1"

0 commit comments

Comments
 (0)