Skip to content

Commit e222b46

Browse files
Bump mocha from 11.0.1 to 11.1.0 (#1889)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.1 to 11.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.0.1...v11.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2b68a8 commit e222b46

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@ chokidar@^3.5.3:
344344
optionalDependencies:
345345
fsevents "~2.3.2"
346346

347-
cliui@^7.0.2:
348-
version "7.0.4"
349-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
350-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
347+
cliui@^8.0.1:
348+
version "8.0.1"
349+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
350+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
351351
dependencies:
352352
string-width "^4.2.0"
353-
strip-ansi "^6.0.0"
353+
strip-ansi "^6.0.1"
354354
wrap-ansi "^7.0.0"
355355

356356
color-convert@^1.9.0:
@@ -1100,9 +1100,9 @@ minimatch@^9.0.4:
11001100
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11011101

11021102
mocha@^11.0.1:
1103-
version "11.0.1"
1104-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
1105-
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
1103+
version "11.1.0"
1104+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.1.0.tgz#20d7c6ac4d6d6bcb60a8aa47971fca74c65c3c66"
1105+
integrity sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==
11061106
dependencies:
11071107
ansi-colors "^4.1.3"
11081108
browser-stdout "^1.3.1"
@@ -1121,8 +1121,8 @@ mocha@^11.0.1:
11211121
strip-json-comments "^3.1.1"
11221122
supports-color "^8.1.1"
11231123
workerpool "^6.5.1"
1124-
yargs "^16.2.0"
1125-
yargs-parser "^20.2.9"
1124+
yargs "^17.7.2"
1125+
yargs-parser "^21.1.1"
11261126
yargs-unparser "^2.0.0"
11271127

11281128
ms@2.1.2:
@@ -1390,7 +1390,7 @@ signal-exit@^4.0.1:
13901390
is-fullwidth-code-point "^3.0.0"
13911391
strip-ansi "^6.0.1"
13921392

1393-
string-width@^4.1.0, string-width@^4.2.0:
1393+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13941394
version "4.2.3"
13951395
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13961396
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1610,10 +1610,10 @@ y18n@^5.0.5:
16101610
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
16111611
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
16121612

1613-
yargs-parser@^20.2.2, yargs-parser@^20.2.9:
1614-
version "20.2.9"
1615-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
1616-
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
1613+
yargs-parser@^21.1.1:
1614+
version "21.1.1"
1615+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1616+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
16171617

16181618
yargs-unparser@^2.0.0:
16191619
version "2.0.0"
@@ -1625,18 +1625,18 @@ yargs-unparser@^2.0.0:
16251625
flat "^5.0.2"
16261626
is-plain-obj "^2.1.0"
16271627

1628-
yargs@^16.2.0:
1629-
version "16.2.0"
1630-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
1631-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
1628+
yargs@^17.7.2:
1629+
version "17.7.2"
1630+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
1631+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
16321632
dependencies:
1633-
cliui "^7.0.2"
1633+
cliui "^8.0.1"
16341634
escalade "^3.1.1"
16351635
get-caller-file "^2.0.5"
16361636
require-directory "^2.1.1"
1637-
string-width "^4.2.0"
1637+
string-width "^4.2.3"
16381638
y18n "^5.0.5"
1639-
yargs-parser "^20.2.2"
1639+
yargs-parser "^21.1.1"
16401640

16411641
yocto-queue@^0.1.0:
16421642
version "0.1.0"

0 commit comments

Comments
 (0)