Skip to content

Commit 1934efe

Browse files
chore(deps): bump mocha and @types/mocha (microformats#246)
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.0.0 to 10.2.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.2.0) Updates `@types/mocha` from 9.1.1 to 10.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5344ed commit 1934efe

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rollup/plugin-typescript": "^11.1.3",
5050
"@types/chai": "^4.2.11",
5151
"@types/glob": "^8.1.0",
52-
"@types/mocha": "^9.1.1",
52+
"@types/mocha": "^10.0.1",
5353
"@types/node": "^18.17.15",
5454
"@typescript-eslint/eslint-plugin": "^5.27.0",
5555
"@typescript-eslint/parser": "^5.27.0",

‎yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@
306306
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
307307
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
308308

309-
"@types/mocha@^9.1.1":
310-
version "9.1.1"
311-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
312-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
309+
"@types/mocha@^10.0.1":
310+
version "10.0.1"
311+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.1.tgz#2f4f65bb08bc368ac39c96da7b2f09140b26851b"
312+
integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==
313313

314314
"@types/node@*", "@types/node@^18.17.15":
315315
version "18.17.15"
@@ -401,11 +401,6 @@
401401
"@typescript-eslint/types" "5.27.0"
402402
eslint-visitor-keys "^3.3.0"
403403

404-
"@ungap/promise-all-settled@1.1.2":
405-
version "1.1.2"
406-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
407-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
408-
409404
acorn-jsx@^5.3.2:
410405
version "5.3.2"
411406
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1997,11 +1992,10 @@ mkdirp@^0.5.6:
19971992
minimist "^1.2.6"
19981993

19991994
mocha@^10.0.0:
2000-
version "10.0.0"
2001-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
2002-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
1995+
version "10.2.0"
1996+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
1997+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
20031998
dependencies:
2004-
"@ungap/promise-all-settled" "1.1.2"
20051999
ansi-colors "4.1.1"
20062000
browser-stdout "1.3.1"
20072001
chokidar "3.5.3"

0 commit comments

Comments
 (0)