Skip to content

Commit a6d706a

Browse files
committed
devdeps(rimraf): upgrade to version 5.0.9
1 parent 839e432 commit a6d706a

File tree

2 files changed

+47
-34
lines changed

2 files changed

+47
-34
lines changed

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

+1-1
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.9",
4343
"yazl": "^2.5.1"
4444
},
4545
"dependencies": {

yarn.lock

+46-33
Original file line numberDiff line numberDiff line change
@@ -2201,9 +2201,9 @@ follow-redirects@^1.15.6:
22012201
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
22022202

22032203
foreground-child@^3.1.0:
2204-
version "3.1.1"
2205-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
2206-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
2204+
version "3.2.1"
2205+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
2206+
integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
22072207
dependencies:
22082208
cross-spawn "^7.0.0"
22092209
signal-exit "^4.0.1"
@@ -2278,15 +2278,16 @@ glob-parent@^6.0.2:
22782278
is-glob "^4.0.3"
22792279

22802280
glob@^10.3.7:
2281-
version "10.3.10"
2282-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
2283-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
2281+
version "10.4.5"
2282+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
2283+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
22842284
dependencies:
22852285
foreground-child "^3.1.0"
2286-
jackspeak "^2.3.5"
2287-
minimatch "^9.0.1"
2288-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2289-
path-scurry "^1.10.1"
2286+
jackspeak "^3.1.2"
2287+
minimatch "^9.0.4"
2288+
minipass "^7.1.2"
2289+
package-json-from-dist "^1.0.0"
2290+
path-scurry "^1.11.1"
22902291

22912292
glob@^7.1.3, glob@^7.1.4:
22922293
version "7.2.3"
@@ -2632,10 +2633,10 @@ istanbul-reports@^3.1.3:
26322633
html-escaper "^2.0.0"
26332634
istanbul-lib-report "^3.0.0"
26342635

2635-
jackspeak@^2.3.5:
2636-
version "2.3.6"
2637-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
2638-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
2636+
jackspeak@^3.1.2:
2637+
version "3.4.3"
2638+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
2639+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
26392640
dependencies:
26402641
"@isaacs/cliui" "^8.0.2"
26412642
optionalDependencies:
@@ -3241,6 +3242,11 @@ longest-streak@^2.0.0:
32413242
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
32423243
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
32433244

3245+
lru-cache@^10.2.0:
3246+
version "10.4.3"
3247+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3248+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3249+
32443250
lru-cache@^5.1.1:
32453251
version "5.1.1"
32463252
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3255,11 +3261,6 @@ lru-cache@^6.0.0:
32553261
dependencies:
32563262
yallist "^4.0.0"
32573263

3258-
"lru-cache@^9.1.1 || ^10.0.0":
3259-
version "10.0.1"
3260-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
3261-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
3262-
32633264
lunr@^2.3.9:
32643265
version "2.3.9"
32653266
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
@@ -3550,13 +3551,20 @@ minimatch@^5.0.1:
35503551
dependencies:
35513552
brace-expansion "^2.0.1"
35523553

3553-
minimatch@^9.0.1, minimatch@^9.0.3:
3554+
minimatch@^9.0.3:
35543555
version "9.0.4"
35553556
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
35563557
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
35573558
dependencies:
35583559
brace-expansion "^2.0.1"
35593560

3561+
minimatch@^9.0.4:
3562+
version "9.0.5"
3563+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3564+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3565+
dependencies:
3566+
brace-expansion "^2.0.1"
3567+
35603568
35613569
version "4.1.0"
35623570
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3571,10 +3579,10 @@ minimist@^1.2.6:
35713579
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
35723580
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
35733581

3574-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3575-
version "7.0.4"
3576-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
3577-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
3582+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
3583+
version "7.1.2"
3584+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3585+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
35783586

35793587
mongodb-connection-string-url@^3.0.0:
35803588
version "3.0.1"
@@ -3725,6 +3733,11 @@ p-try@^2.0.0:
37253733
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
37263734
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
37273735

3736+
package-json-from-dist@^1.0.0:
3737+
version "1.0.0"
3738+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
3739+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
3740+
37283741
parent-module@^1.0.0:
37293742
version "1.0.1"
37303743
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3779,12 +3792,12 @@ path-parse@^1.0.7:
37793792
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
37803793
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
37813794

3782-
path-scurry@^1.10.1:
3783-
version "1.10.1"
3784-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
3785-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
3795+
path-scurry@^1.11.1:
3796+
version "1.11.1"
3797+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
3798+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
37863799
dependencies:
3787-
lru-cache "^9.1.1 || ^10.0.0"
3800+
lru-cache "^10.2.0"
37883801
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
37893802

37903803
path-type@^4.0.0:
@@ -4033,10 +4046,10 @@ rimraf@^3.0.2:
40334046
dependencies:
40344047
glob "^7.1.3"
40354048

4036-
rimraf@^5.0.7:
4037-
version "5.0.7"
4038-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
4039-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
4049+
rimraf@^5.0.9:
4050+
version "5.0.9"
4051+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
4052+
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
40404053
dependencies:
40414054
glob "^10.3.7"
40424055

0 commit comments

Comments
 (0)