Skip to content

Commit b0e3c46

Browse files
Bump mocha from 10.3.0 to 10.4.0 (#1067)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v10.3.0...v10.4.0) --- 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 7fc18f1 commit b0e3c46

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
@@ -1165,7 +1165,7 @@
11651165
"eslint-webpack-plugin": "^4.1.0",
11661166
"glob": "^10.3.10",
11671167
"husky": "^9.0.11",
1168-
"mocha": "^10.3.0",
1168+
"mocha": "^10.4.0",
11691169
"prettier": "^3.2.5",
11701170
"ts-loader": "^9.5.1",
11711171
"typescript": "^5.4.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1611,10 +1611,10 @@ minimatch@^5.0.1:
16111611
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.1.tgz#dff63464407cd8b83d7f008c0f116fa8c9b77ebf"
16121612
integrity sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==
16131613

1614-
mocha@^10.3.0:
1615-
version "10.3.0"
1616-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9"
1617-
integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==
1614+
mocha@^10.4.0:
1615+
version "10.4.0"
1616+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
1617+
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
16181618
dependencies:
16191619
ansi-colors "4.1.1"
16201620
browser-stdout "1.3.1"

0 commit comments

Comments
 (0)