Skip to content

Commit cf03c98

Browse files
meta: update dependency mocha to v10.1.0 (sequelize#15137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ac3c48 commit cf03c98

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
@@ -93,7 +93,7 @@
9393
"lint-staged": "13.0.3",
9494
"mariadb": "2.5.6",
9595
"markdownlint-cli": "0.32.2",
96-
"mocha": "10.0.0",
96+
"mocha": "10.1.0",
9797
"mysql2": "2.3.3",
9898
"node-hook": "1.0.0",
9999
"nyc": "15.1.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,11 +1308,6 @@
13081308
"@typescript-eslint/types" "5.39.0"
13091309
eslint-visitor-keys "^3.3.0"
13101310

1311-
1312-
version "1.1.2"
1313-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
1314-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
1315-
13161311
JSONStream@^1.0.4:
13171312
version "1.3.5"
13181313
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -5814,12 +5809,11 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
58145809
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
58155810
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
58165811

5817-
mocha@10.0.0:
5818-
version "10.0.0"
5819-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
5820-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
5812+
mocha@10.1.0:
5813+
version "10.1.0"
5814+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.1.0.tgz#dbf1114b7c3f9d0ca5de3133906aea3dfc89ef7a"
5815+
integrity sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==
58215816
dependencies:
5822-
"@ungap/promise-all-settled" "1.1.2"
58235817
ansi-colors "4.1.1"
58245818
browser-stdout "1.3.1"
58255819
chokidar "3.5.3"

0 commit comments

Comments
 (0)