Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 83e328c

Browse files
chore(deps): update dependency rimraf to v5 (#1236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e36f24 commit 83e328c

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

Diff for: packages/react-textfit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-react": "7.32.2",
5252
"expect": "29.5.0",
5353
"mocha": "10.2.0",
54-
"rimraf": "4.4.1",
54+
"rimraf": "5.0.0",
5555
"webpack-dev-server": "4.13.3"
5656
},
5757
"peerDependencies": {

Diff for: yarn.lock

+47-5
Original file line numberDiff line numberDiff line change
@@ -11425,6 +11425,16 @@ [email protected]:
1142511425
once "^1.3.0"
1142611426
path-is-absolute "^1.0.0"
1142711427

11428+
glob@^10.0.0:
11429+
version "10.1.0"
11430+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.1.0.tgz#baa48c6a157cfa34ca7887f2a29c6156bc6b65f8"
11431+
integrity sha512-daGobsYuT0G4hng24B5LbeLNvwKZYRhWyDl3RvqqAGZjJnCopWWK6PWnAGBY1M/vdA63QE+jddhZcYp+74Bq6Q==
11432+
dependencies:
11433+
fs.realpath "^1.0.0"
11434+
minimatch "^9.0.0"
11435+
minipass "^5.0.0"
11436+
path-scurry "^1.7.0"
11437+
1142811438
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
1142911439
version "7.2.3"
1143011440
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -14791,6 +14801,11 @@ lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
1479114801
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
1479214802
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
1479314803

14804+
lru-cache@^9.0.0:
14805+
version "9.0.3"
14806+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.3.tgz#8a04f282df5320227bb7215c55df2660d3e4e25b"
14807+
integrity sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==
14808+
1479414809
lru-queue@^0.1.0:
1479514810
version "0.1.0"
1479614811
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -15471,6 +15486,13 @@ minimatch@^7.4.2:
1547115486
dependencies:
1547215487
brace-expansion "^2.0.1"
1547315488

15489+
minimatch@^9.0.0:
15490+
version "9.0.0"
15491+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
15492+
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
15493+
dependencies:
15494+
brace-expansion "^2.0.1"
15495+
1547415496
1547515497
version "4.1.0"
1547615498
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -15555,6 +15577,11 @@ minipass@^4.0.0, minipass@^4.0.2, minipass@^4.2.4:
1555515577
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
1555615578
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
1555715579

15580+
minipass@^5.0.0:
15581+
version "5.0.0"
15582+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
15583+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
15584+
1555815585
minizlib@^2.1.1, minizlib@^2.1.2:
1555915586
version "2.1.2"
1556015587
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -17002,6 +17029,14 @@ path-scurry@^1.6.1:
1700217029
lru-cache "^7.14.1"
1700317030
minipass "^4.0.2"
1700417031

17032+
path-scurry@^1.7.0:
17033+
version "1.7.0"
17034+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
17035+
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
17036+
dependencies:
17037+
lru-cache "^9.0.0"
17038+
minipass "^5.0.0"
17039+
1700517040
1700617041
version "0.1.7"
1700717042
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -18662,12 +18697,12 @@ rfdc@^1.3.0:
1866218697
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
1866318698
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
1866418699

18665-
rimraf@4.4.1, rimraf@^4.4.1:
18666-
version "4.4.1"
18667-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
18668-
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
18700+
rimraf@5.0.0:
18701+
version "5.0.0"
18702+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
18703+
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
1866918704
dependencies:
18670-
glob "^9.2.0"
18705+
glob "^10.0.0"
1867118706

1867218707
rimraf@^2.5.4, rimraf@^2.6.3:
1867318708
version "2.7.1"
@@ -18683,6 +18718,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1868318718
dependencies:
1868418719
glob "^7.1.3"
1868518720

18721+
rimraf@^4.4.1:
18722+
version "4.4.1"
18723+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
18724+
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
18725+
dependencies:
18726+
glob "^9.2.0"
18727+
1868618728
ripemd160@^2.0.0, ripemd160@^2.0.1:
1868718729
version "2.0.2"
1868818730
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)