Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 91037bd

Browse files
Merge pull request #655 from ruby-syntax-tree/dependabot/npm_and_yarn/mocha-11.0.1
Bump mocha from 10.8.2 to 11.0.1
2 parents 7bc7b40 + 827134f commit 91037bd

File tree

2 files changed

+49
-19
lines changed

2 files changed

+49
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"esbuild": "^0.24.0",
127127
"eslint": "^9.12.0",
128128
"glob": "^11.0.0",
129-
"mocha": "^10.0.0",
129+
"mocha": "^11.0.1",
130130
"typescript": "^5.0.2",
131131
"vsce": "^2.9.2"
132132
},

yarn.lock

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,18 @@ glob-parent@^6.0.2:
11421142
dependencies:
11431143
is-glob "^4.0.3"
11441144

1145+
glob@^10.4.5:
1146+
version "10.4.5"
1147+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
1148+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
1149+
dependencies:
1150+
foreground-child "^3.1.0"
1151+
jackspeak "^3.1.2"
1152+
minimatch "^9.0.4"
1153+
minipass "^7.1.2"
1154+
package-json-from-dist "^1.0.0"
1155+
path-scurry "^1.11.1"
1156+
11451157
glob@^11.0.0:
11461158
version "11.0.0"
11471159
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
@@ -1166,17 +1178,6 @@ glob@^7.0.6, glob@^7.1.3:
11661178
once "^1.3.0"
11671179
path-is-absolute "^1.0.0"
11681180

1169-
glob@^8.1.0:
1170-
version "8.1.0"
1171-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
1172-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
1173-
dependencies:
1174-
fs.realpath "^1.0.0"
1175-
inflight "^1.0.4"
1176-
inherits "2"
1177-
minimatch "^5.0.1"
1178-
once "^1.3.0"
1179-
11801181
globals@^14.0.0:
11811182
version "14.0.0"
11821183
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -1364,6 +1365,15 @@ isexe@^2.0.0:
13641365
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
13651366
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
13661367

1368+
jackspeak@^3.1.2:
1369+
version "3.4.3"
1370+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
1371+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
1372+
dependencies:
1373+
"@isaacs/cliui" "^8.0.2"
1374+
optionalDependencies:
1375+
"@pkgjs/parseargs" "^0.11.0"
1376+
13671377
jackspeak@^4.0.1:
13681378
version "4.0.1"
13691379
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
@@ -1475,6 +1485,11 @@ log-symbols@^5.1.0:
14751485
chalk "^5.0.0"
14761486
is-unicode-supported "^1.1.0"
14771487

1488+
lru-cache@^10.2.0:
1489+
version "10.4.3"
1490+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
1491+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
1492+
14781493
lru-cache@^11.0.0:
14791494
version "11.0.0"
14801495
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
@@ -1545,19 +1560,26 @@ minimatch@^3.0.3, minimatch@^3.1.1, minimatch@^3.1.2:
15451560
dependencies:
15461561
brace-expansion "^1.1.7"
15471562

1548-
minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
1563+
minimatch@^5.1.0, minimatch@^5.1.6:
15491564
version "5.1.6"
15501565
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
15511566
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
15521567
dependencies:
15531568
brace-expansion "^2.0.1"
15541569

1570+
minimatch@^9.0.4:
1571+
version "9.0.5"
1572+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1573+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1574+
dependencies:
1575+
brace-expansion "^2.0.1"
1576+
15551577
minimist@^1.2.0, minimist@^1.2.3:
15561578
version "1.2.7"
15571579
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
15581580
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
15591581

1560-
minipass@^7.1.2:
1582+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
15611583
version "7.1.2"
15621584
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
15631585
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -1567,10 +1589,10 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
15671589
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
15681590
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
15691591

1570-
mocha@^10.0.0:
1571-
version "10.8.2"
1572-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
1573-
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
1592+
mocha@^11.0.1:
1593+
version "11.0.1"
1594+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
1595+
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
15741596
dependencies:
15751597
ansi-colors "^4.1.3"
15761598
browser-stdout "^1.3.1"
@@ -1579,7 +1601,7 @@ mocha@^10.0.0:
15791601
diff "^5.2.0"
15801602
escape-string-regexp "^4.0.0"
15811603
find-up "^5.0.0"
1582-
glob "^8.1.0"
1604+
glob "^10.4.5"
15831605
he "^1.2.0"
15841606
js-yaml "^4.1.0"
15851607
log-symbols "^4.1.0"
@@ -1761,6 +1783,14 @@ path-key@^3.1.0:
17611783
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
17621784
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
17631785

1786+
path-scurry@^1.11.1:
1787+
version "1.11.1"
1788+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
1789+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
1790+
dependencies:
1791+
lru-cache "^10.2.0"
1792+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1793+
17641794
path-scurry@^2.0.0:
17651795
version "2.0.0"
17661796
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"

0 commit comments

Comments
 (0)