Skip to content

Commit 18bdac0

Browse files
chore(dev-deps): bump mocha from 10.3.0 to 10.4.0 (#395)
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 7c198bd commit 18bdac0

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
@@ -34,7 +34,7 @@
3434
"heroku-apps": "^2.4.22",
3535
"husky": "^8.0.3",
3636
"lint-staged": "^15.2.2",
37-
"mocha": "^10.3.0",
37+
"mocha": "^10.4.0",
3838
"nock": "^13.5.4",
3939
"nyc": "^15.1.0",
4040
"oclif": "^4.6.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5837,10 +5837,10 @@ mkdirp@^0.5.1:
58375837
dependencies:
58385838
minimist "0.0.8"
58395839

5840-
mocha@^10.3.0:
5841-
version "10.3.0"
5842-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9"
5843-
integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==
5840+
mocha@^10.4.0:
5841+
version "10.4.0"
5842+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
5843+
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
58445844
dependencies:
58455845
ansi-colors "4.1.1"
58465846
browser-stdout "1.3.1"

0 commit comments

Comments
 (0)