Skip to content

Commit 0b83828

Browse files
Bump mocha from 10.0.0 to 10.1.0 (#741)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1bd70f commit 0b83828

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
"eslint": "^8.25.0",
568568
"glob": "^8.0.3",
569569
"husky": "^8.0.1",
570-
"mocha": "^10.0.0",
570+
"mocha": "^10.1.0",
571571
"prettier": "^2.7.1",
572572
"pretty-quick": "^3.1.2",
573573
"set-value": ">=4.0.1",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,6 @@
313313
"@typescript-eslint/types" "5.40.0"
314314
eslint-visitor-keys "^3.3.0"
315315

316-
"@ungap/promise-all-settled@1.1.2":
317-
version "1.1.2"
318-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
319-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
320-
321316
"@vscode/test-electron@^2.1.5":
322317
version "2.1.5"
323318
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.1.5.tgz#ac98f8f445ea4590753f5fa0c7f6e4298f08c3b7"
@@ -1746,12 +1741,11 @@ minimist@^1.2.0, minimist@^1.2.6:
17461741
dependencies:
17471742
minimist "^1.2.6"
17481743

1749-
mocha@^10.0.0:
1750-
version "10.0.0"
1751-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
1752-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
1744+
mocha@^10.1.0:
1745+
version "10.1.0"
1746+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.1.0.tgz#dbf1114b7c3f9d0ca5de3133906aea3dfc89ef7a"
1747+
integrity sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==
17531748
dependencies:
1754-
"@ungap/promise-all-settled" "1.1.2"
17551749
ansi-colors "4.1.1"
17561750
browser-stdout "1.3.1"
17571751
chokidar "3.5.3"

0 commit comments

Comments
 (0)