Skip to content

Commit 75a8835

Browse files
Update dependency mocha to v11.1.0 (#1302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a63847 commit 75a8835

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"eslint-plugin-qunit": "8.1.2",
9191
"fixturify": "3.0.0",
9292
"loader.js": "4.7.0",
93-
"mocha": "11.0.1",
93+
"mocha": "11.1.0",
9494
"nyc": "17.1.0",
9595
"prettier": "3.4.2",
9696
"qunit": "2.24.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13115,10 +13115,10 @@ mktemp@~0.4.0:
1311513115
resolved "https://registry.yarnpkg.com/mktemp/-/mktemp-0.4.0.tgz#6d0515611c8a8c84e484aa2000129b98e981ff0b"
1311613116
integrity sha512-IXnMcJ6ZyTuhRmJSjzvHSRhlVPiN9Jwc6e59V0bEJ0ba6OBeX2L0E+mRN1QseeOF4mM+F1Rit6Nh7o+rl2Yn/A==
1311713117

13118-
mocha@11.0.1:
13119-
version "11.0.1"
13120-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
13121-
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
13118+
mocha@11.1.0:
13119+
version "11.1.0"
13120+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.1.0.tgz#20d7c6ac4d6d6bcb60a8aa47971fca74c65c3c66"
13121+
integrity sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==
1312213122
dependencies:
1312313123
ansi-colors "^4.1.3"
1312413124
browser-stdout "^1.3.1"
@@ -13137,8 +13137,8 @@ [email protected]:
1313713137
strip-json-comments "^3.1.1"
1313813138
supports-color "^8.1.1"
1313913139
workerpool "^6.5.1"
13140-
yargs "^16.2.0"
13141-
yargs-parser "^20.2.9"
13140+
yargs "^17.7.2"
13141+
yargs-parser "^21.1.1"
1314213142
yargs-unparser "^2.0.0"
1314313143

1314413144
morgan@^1.10.0:
@@ -17916,7 +17916,7 @@ yargs-parser@^18.1.2:
1791617916
camelcase "^5.0.0"
1791717917
decamelize "^1.2.0"
1791817918

17919-
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
17919+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
1792017920
version "20.2.9"
1792117921
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
1792217922
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
@@ -17948,7 +17948,7 @@ yargs@^15.0.2:
1794817948
y18n "^4.0.0"
1794917949
yargs-parser "^18.1.2"
1795017950

17951-
yargs@^16.0.0, yargs@^16.2.0:
17951+
yargs@^16.0.0:
1795217952
version "16.2.0"
1795317953
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
1795417954
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==

0 commit comments

Comments
 (0)