Skip to content

Commit 749e099

Browse files
committed
devdeps(rimraf): upgrade to version 5.0.10
1 parent bc77bba commit 749e099

File tree

2 files changed

+50
-37
lines changed

2 files changed

+50
-37
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/tar-stream": "^3.1.3",
4040
"@types/yauzl": "^2.10.3",
4141
"@types/yazl": "^2.4.5",
42-
"rimraf": "^5.0.7",
42+
"rimraf": "^5.0.10",
4343
"yazl": "^2.5.1"
4444
},
4545
"dependencies": {

yarn.lock

Lines changed: 49 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,9 @@ ansi-regex@^5.0.1:
12561256
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
12571257

12581258
ansi-regex@^6.0.1:
1259-
version "6.0.1"
1260-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1261-
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1259+
version "6.1.0"
1260+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1261+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
12621262

12631263
ansi-sequence-parser@^1.1.0:
12641264
version "1.1.1"
@@ -2221,9 +2221,9 @@ follow-redirects@^1.15.6:
22212221
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
22222222

22232223
foreground-child@^3.1.0:
2224-
version "3.1.1"
2225-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
2226-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
2224+
version "3.3.0"
2225+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
2226+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
22272227
dependencies:
22282228
cross-spawn "^7.0.0"
22292229
signal-exit "^4.0.1"
@@ -2298,15 +2298,16 @@ glob-parent@^6.0.2:
22982298
is-glob "^4.0.3"
22992299

23002300
glob@^10.3.7:
2301-
version "10.3.10"
2302-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
2303-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
2301+
version "10.4.5"
2302+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2303+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
23042304
dependencies:
23052305
foreground-child "^3.1.0"
2306-
jackspeak "^2.3.5"
2307-
minimatch "^9.0.1"
2308-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2309-
path-scurry "^1.10.1"
2306+
jackspeak "^3.1.2"
2307+
minimatch "^9.0.4"
2308+
minipass "^7.1.2"
2309+
package-json-from-dist "^1.0.0"
2310+
path-scurry "^1.11.1"
23102311

23112312
glob@^7.1.3, glob@^7.1.4:
23122313
version "7.2.3"
@@ -2660,10 +2661,10 @@ istanbul-reports@^3.1.3:
26602661
html-escaper "^2.0.0"
26612662
istanbul-lib-report "^3.0.0"
26622663

2663-
jackspeak@^2.3.5:
2664-
version "2.3.6"
2665-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
2666-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
2664+
jackspeak@^3.1.2:
2665+
version "3.4.3"
2666+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
2667+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
26672668
dependencies:
26682669
"@isaacs/cliui" "^8.0.2"
26692670
optionalDependencies:
@@ -3268,6 +3269,11 @@ longest-streak@^2.0.0:
32683269
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
32693270
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
32703271

3272+
lru-cache@^10.2.0:
3273+
version "10.4.3"
3274+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3275+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3276+
32713277
lru-cache@^5.1.1:
32723278
version "5.1.1"
32733279
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3282,11 +3288,6 @@ lru-cache@^6.0.0:
32823288
dependencies:
32833289
yallist "^4.0.0"
32843290

3285-
"lru-cache@^9.1.1 || ^10.0.0":
3286-
version "10.0.1"
3287-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
3288-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
3289-
32903291
lunr@^2.3.9:
32913292
version "2.3.9"
32923293
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
@@ -3571,13 +3572,20 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
35713572
dependencies:
35723573
brace-expansion "^1.1.7"
35733574

3574-
minimatch@^9.0.0, minimatch@^9.0.1:
3575+
minimatch@^9.0.0:
35753576
version "9.0.3"
35763577
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
35773578
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
35783579
dependencies:
35793580
brace-expansion "^2.0.1"
35803581

3582+
minimatch@^9.0.4:
3583+
version "9.0.5"
3584+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3585+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3586+
dependencies:
3587+
brace-expansion "^2.0.1"
3588+
35813589
35823590
version "4.1.0"
35833591
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3592,10 +3600,10 @@ minimist@^1.2.6:
35923600
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35933601
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35943602

3595-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3596-
version "7.0.4"
3597-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
3598-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
3603+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3604+
version "7.1.2"
3605+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3606+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
35993607

36003608
mongodb-connection-string-url@^2.6.0:
36013609
version "2.6.0"
@@ -3765,6 +3773,11 @@ p-try@^2.0.0:
37653773
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
37663774
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
37673775

3776+
package-json-from-dist@^1.0.0:
3777+
version "1.0.1"
3778+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3779+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
3780+
37683781
parent-module@^1.0.0:
37693782
version "1.0.1"
37703783
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3819,12 +3832,12 @@ path-parse@^1.0.7:
38193832
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
38203833
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
38213834

3822-
path-scurry@^1.10.1:
3823-
version "1.10.1"
3824-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
3825-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
3835+
path-scurry@^1.11.1:
3836+
version "1.11.1"
3837+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3838+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
38263839
dependencies:
3827-
lru-cache "^9.1.1 || ^10.0.0"
3840+
lru-cache "^10.2.0"
38283841
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
38293842

38303843
path-type@^4.0.0:
@@ -4073,10 +4086,10 @@ rimraf@^3.0.2:
40734086
dependencies:
40744087
glob "^7.1.3"
40754088

4076-
rimraf@^5.0.7:
4077-
version "5.0.7"
4078-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
4079-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
4089+
rimraf@^5.0.10:
4090+
version "5.0.10"
4091+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
4092+
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
40804093
dependencies:
40814094
glob "^10.3.7"
40824095

0 commit comments

Comments
 (0)