Skip to content

Commit a184954

Browse files
build(deps): update dependency rimraf to v5.0.8
1 parent 32e4d3f commit a184954

1 file changed

Lines changed: 37 additions & 38 deletions

File tree

yarn.lock

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,9 +1597,9 @@ flatted@^3.2.9:
15971597
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
15981598

15991599
foreground-child@^3.1.0:
1600-
version "3.1.1"
1601-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1602-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1600+
version "3.2.1"
1601+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
1602+
integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
16031603
dependencies:
16041604
cross-spawn "^7.0.0"
16051605
signal-exit "^4.0.1"
@@ -1675,15 +1675,16 @@ glob-parent@^6.0.2:
16751675
is-glob "^4.0.3"
16761676

16771677
glob@^10.3.7:
1678-
version "10.3.10"
1679-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
1680-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
1678+
version "10.4.3"
1679+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
1680+
integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
16811681
dependencies:
16821682
foreground-child "^3.1.0"
1683-
jackspeak "^2.3.5"
1684-
minimatch "^9.0.1"
1685-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1686-
path-scurry "^1.10.1"
1683+
jackspeak "^3.1.2"
1684+
minimatch "^9.0.4"
1685+
minipass "^7.1.2"
1686+
package-json-from-dist "^1.0.0"
1687+
path-scurry "^1.11.1"
16871688

16881689
glob@^7.1.3, glob@^7.1.4:
16891690
version "7.2.3"
@@ -1955,10 +1956,10 @@ istanbul-reports@^3.1.3:
19551956
html-escaper "^2.0.0"
19561957
istanbul-lib-report "^3.0.0"
19571958

1958-
jackspeak@^2.3.5:
1959-
version "2.3.6"
1960-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
1961-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
1959+
jackspeak@^3.1.2:
1960+
version "3.4.1"
1961+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.1.tgz#145422416740568e9fc357bf60c844b3c1585f09"
1962+
integrity sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==
19621963
dependencies:
19631964
"@isaacs/cliui" "^8.0.2"
19641965
optionalDependencies:
@@ -2470,6 +2471,11 @@ log-update@^6.0.0:
24702471
strip-ansi "^7.1.0"
24712472
wrap-ansi "^9.0.0"
24722473

2474+
lru-cache@^10.2.0:
2475+
version "10.3.1"
2476+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.1.tgz#a37050586f84ccfdb570148a253bf1632a29ef44"
2477+
integrity sha512-9/8QXrtbGeMB6LxwQd4x1tIMnsmUxMvIH/qWGsccz6bt9Uln3S+sgAaqfQNhbGA8ufzs2fHuP/yqapGgP9Hh2g==
2478+
24732479
lru-cache@^5.1.1:
24742480
version "5.1.1"
24752481
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -2484,11 +2490,6 @@ lru-cache@^6.0.0:
24842490
dependencies:
24852491
yallist "^4.0.0"
24862492

2487-
"lru-cache@^9.1.1 || ^10.0.0":
2488-
version "10.2.0"
2489-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
2490-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
2491-
24922493
make-dir@^4.0.0:
24932494
version "4.0.0"
24942495
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
@@ -2543,24 +2544,17 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
25432544
dependencies:
25442545
brace-expansion "^1.1.7"
25452546

2546-
minimatch@^9.0.1:
2547-
version "9.0.3"
2548-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2549-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2550-
dependencies:
2551-
brace-expansion "^2.0.1"
2552-
25532547
minimatch@^9.0.4:
25542548
version "9.0.4"
25552549
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
25562550
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
25572551
dependencies:
25582552
brace-expansion "^2.0.1"
25592553

2560-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
2561-
version "7.0.4"
2562-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
2563-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
2554+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
2555+
version "7.1.2"
2556+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
2557+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
25642558

25652559
ms@2.1.2:
25662560
version "2.1.2"
@@ -2672,6 +2666,11 @@ p-try@^2.0.0:
26722666
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
26732667
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
26742668

2669+
package-json-from-dist@^1.0.0:
2670+
version "1.0.0"
2671+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
2672+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
2673+
26752674
parent-module@^1.0.0:
26762675
version "1.0.1"
26772676
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -2714,12 +2713,12 @@ path-parse@^1.0.7:
27142713
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
27152714
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
27162715

2717-
path-scurry@^1.10.1:
2718-
version "1.10.1"
2719-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
2720-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
2716+
path-scurry@^1.11.1:
2717+
version "1.11.1"
2718+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
2719+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
27212720
dependencies:
2722-
lru-cache "^9.1.1 || ^10.0.0"
2721+
lru-cache "^10.2.0"
27232722
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
27242723

27252724
path-type@^4.0.0:
@@ -2887,9 +2886,9 @@ rimraf@^3.0.2:
28872886
glob "^7.1.3"
28882887

28892888
rimraf@^5.0.5:
2890-
version "5.0.5"
2891-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
2892-
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
2889+
version "5.0.8"
2890+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
2891+
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
28932892
dependencies:
28942893
glob "^10.3.7"
28952894

0 commit comments

Comments
 (0)