Skip to content

Commit 4d09677

Browse files
Bump mocha from 10.7.3 to 10.8.2 (#1158)
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 4c10722 commit 4d09677

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@
13171317
"glob": "^11.0.0",
13181318
"globals": "^15.11.0",
13191319
"husky": "^9.1.6",
1320-
"mocha": "^10.7.3",
1320+
"mocha": "^10.8.2",
13211321
"prettier": "^3.3.3",
13221322
"ts-loader": "^9.5.1",
13231323
"typescript": "^5.5.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,10 +1813,10 @@ minimatch@^9.0.3, minimatch@^9.0.4:
18131813
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
18141814
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
18151815

1816-
mocha@^10.2.0, mocha@^10.7.3:
1817-
version "10.7.3"
1818-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
1819-
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
1816+
mocha@^10.2.0, mocha@^10.8.2:
1817+
version "10.8.2"
1818+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
1819+
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
18201820
dependencies:
18211821
ansi-colors "^4.1.3"
18221822
browser-stdout "^1.3.1"

0 commit comments

Comments
 (0)