Skip to content

Commit 0e5fa26

Browse files
Update dependency rimraf to v6
1 parent 593198e commit 0e5fa26

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "^24.8.0",
3939
"redux": "^4.0.4",
4040
"redux-mock-store": "^1.3.0",
41-
"rimraf": "^2.5.4"
41+
"rimraf": "^6.0.0"
4242
},
4343
"dependencies": {
4444
"lodash": "^4.17.10",

yarn.lock

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,18 @@
930930
exec-sh "^0.3.2"
931931
minimist "^1.2.0"
932932

933+
"@isaacs/balanced-match@^4.0.1":
934+
version "4.0.1"
935+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
936+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
937+
938+
"@isaacs/brace-expansion@^5.0.0":
939+
version "5.0.0"
940+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
941+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
942+
dependencies:
943+
"@isaacs/balanced-match" "^4.0.1"
944+
933945
"@jest/console@^24.7.1":
934946
version "24.7.1"
935947
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545"
@@ -2368,6 +2380,15 @@ glob-parent@^5.0.0:
23682380
dependencies:
23692381
is-glob "^4.0.1"
23702382

2383+
glob@^13.0.0:
2384+
version "13.0.0"
2385+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
2386+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
2387+
dependencies:
2388+
minimatch "^10.1.1"
2389+
minipass "^7.1.2"
2390+
path-scurry "^2.0.0"
2391+
23712392
glob@^7.0.0, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
23722393
version "7.1.2"
23732394
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
@@ -3469,6 +3490,11 @@ loose-envify@^1.4.0:
34693490
dependencies:
34703491
js-tokens "^3.0.0 || ^4.0.0"
34713492

3493+
lru-cache@^11.0.0:
3494+
version "11.2.2"
3495+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
3496+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
3497+
34723498
make-dir@^2.1.0:
34733499
version "2.1.0"
34743500
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -3563,6 +3589,13 @@ mimic-fn@^2.0.0:
35633589
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
35643590
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
35653591

3592+
minimatch@^10.1.1:
3593+
version "10.1.1"
3594+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
3595+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
3596+
dependencies:
3597+
"@isaacs/brace-expansion" "^5.0.0"
3598+
35663599
minimatch@^3.0.4:
35673600
version "3.0.4"
35683601
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -3584,6 +3617,11 @@ minipass@^2.2.1, minipass@^2.3.3:
35843617
safe-buffer "^5.1.2"
35853618
yallist "^3.0.0"
35863619

3620+
minipass@^7.1.2:
3621+
version "7.1.2"
3622+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3623+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
3624+
35873625
minizlib@^1.1.0:
35883626
version "1.1.0"
35893627
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.0.tgz#11e13658ce46bc3a70a267aac58359d1e0c29ceb"
@@ -3955,6 +3993,11 @@ p-try@^2.0.0:
39553993
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
39563994
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
39573995

3996+
package-json-from-dist@^1.0.1:
3997+
version "1.0.1"
3998+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3999+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
4000+
39584001
parent-module@^1.0.0:
39594002
version "1.0.1"
39604003
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4007,6 +4050,14 @@ path-parse@^1.0.6:
40074050
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
40084051
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
40094052

4053+
path-scurry@^2.0.0:
4054+
version "2.0.1"
4055+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
4056+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
4057+
dependencies:
4058+
lru-cache "^11.0.0"
4059+
minipass "^7.1.2"
4060+
40104061
path-type@^2.0.0:
40114062
version "2.0.0"
40124063
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -4432,6 +4483,14 @@ rimraf@^2.5.4, rimraf@^2.6.1:
44324483
dependencies:
44334484
glob "^7.0.5"
44344485

4486+
rimraf@^6.0.0:
4487+
version "6.1.2"
4488+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz#9a0f3cea2ab853e81291127422116ecf2a86ae89"
4489+
integrity sha512-cFCkPslJv7BAXJsYlK1dZsbP8/ZNLkCAQ0bi1hf5EKX2QHegmDFEFA6QhuYJlk7UDdc+02JjO80YSOrWPpw06g==
4490+
dependencies:
4491+
glob "^13.0.0"
4492+
package-json-from-dist "^1.0.1"
4493+
44354494
rsvp@^4.8.4:
44364495
version "4.8.5"
44374496
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"

0 commit comments

Comments
 (0)