Skip to content

Commit a3070e5

Browse files
chore(dev-deps): bump mocha from 10.7.3 to 10.8.2
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] <support@github.com>
1 parent 8decd4c commit a3070e5

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
@@ -48,7 +48,7 @@
4848
"eslint-plugin-jsdoc": "^46.10.1",
4949
"eslint-plugin-prettier": "^3.1.3",
5050
"husky": "^8.0.3",
51-
"mocha": "^10.7.3",
51+
"mocha": "^10.8.2",
5252
"nyc": "^15.1.0",
5353
"prettier": "^2.0.5",
5454
"pretty-quick": "^3.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4117,10 +4117,10 @@ mkdirp@^1.0.3:
41174117
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
41184118
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
41194119

4120-
mocha@^10.2.0, mocha@^10.7.3:
4121-
version "10.7.3"
4122-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
4123-
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
4120+
mocha@^10.2.0, mocha@^10.8.2:
4121+
version "10.8.2"
4122+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
4123+
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
41244124
dependencies:
41254125
ansi-colors "^4.1.3"
41264126
browser-stdout "^1.3.1"

0 commit comments

Comments
 (0)