Skip to content

Commit 1006d05

Browse files
dependabot[bot]che-bot
authored andcommitted
chore(deps-dev): bump rimraf from 5.0.8 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.8...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Che bot <[email protected]>
1 parent f276388 commit 1006d05

File tree

4 files changed

+108
-14
lines changed

4 files changed

+108
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jest": "^29.7.0",
2323
"prettier": "^3.3.1",
2424
"prettier-plugin-import-sort": "^0.0.7",
25-
"rimraf": "^5.0.8",
25+
"rimraf": "^6.0.1",
2626
"ts-jest": "^29.1.4",
2727
"ts-mockito": "^2.6.1",
2828
"ts-node": "^10.9.2",

tools/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest": "^29.7.0",
6363
"prettier": "^3.3.1",
6464
"prettier-plugin-import-sort": "^0.0.7",
65-
"rimraf": "^5.0.8",
65+
"rimraf": "^6.0.1",
6666
"ts-jest": "^29.1.4",
6767
"ts-mockito": "^2.6.1",
6868
"ts-node": "^10.9.2",

tools/build/yarn.lock

+53-6
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ glob2base@^0.0.12:
28042804
dependencies:
28052805
find-index "^0.1.1"
28062806

2807-
glob@^10.3.7, glob@^10.4.1:
2807+
glob@^10.4.1:
28082808
version "10.4.1"
28092809
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
28102810
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -2815,6 +2815,18 @@ glob@^10.3.7, glob@^10.4.1:
28152815
minipass "^7.1.2"
28162816
path-scurry "^1.11.1"
28172817

2818+
glob@^11.0.0:
2819+
version "11.0.0"
2820+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2821+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
2822+
dependencies:
2823+
foreground-child "^3.1.0"
2824+
jackspeak "^4.0.1"
2825+
minimatch "^10.0.0"
2826+
minipass "^7.1.2"
2827+
package-json-from-dist "^1.0.0"
2828+
path-scurry "^2.0.0"
2829+
28182830
glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
28192831
version "7.2.3"
28202832
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -3378,6 +3390,15 @@ jackspeak@^3.1.2:
33783390
optionalDependencies:
33793391
"@pkgjs/parseargs" "^0.11.0"
33803392

3393+
jackspeak@^4.0.1:
3394+
version "4.0.1"
3395+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3396+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3397+
dependencies:
3398+
"@isaacs/cliui" "^8.0.2"
3399+
optionalDependencies:
3400+
"@pkgjs/parseargs" "^0.11.0"
3401+
33813402
jest-changed-files@^29.7.0:
33823403
version "29.7.0"
33833404
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3884,6 +3905,11 @@ lru-cache@^10.2.0:
38843905
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
38853906
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
38863907

3908+
lru-cache@^11.0.0:
3909+
version "11.0.0"
3910+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3911+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3912+
38873913
lru-cache@^5.1.1:
38883914
version "5.1.1"
38893915
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4017,6 +4043,13 @@ mimic-fn@^2.1.0:
40174043
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
40184044
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
40194045

4046+
minimatch@^10.0.0:
4047+
version "10.0.1"
4048+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4049+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4050+
dependencies:
4051+
brace-expansion "^2.0.1"
4052+
40204053
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40214054
version "3.1.2"
40224055
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4291,6 +4324,11 @@ p-try@^2.0.0:
42914324
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
42924325
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
42934326

4327+
package-json-from-dist@^1.0.0:
4328+
version "1.0.0"
4329+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4330+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4331+
42944332
parent-module@^1.0.0:
42954333
version "1.0.1"
42964334
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4369,6 +4407,14 @@ path-scurry@^1.11.1:
43694407
lru-cache "^10.2.0"
43704408
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
43714409

4410+
path-scurry@^2.0.0:
4411+
version "2.0.0"
4412+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4413+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4414+
dependencies:
4415+
lru-cache "^11.0.0"
4416+
minipass "^7.1.2"
4417+
43724418
path-type@^4.0.0:
43734419
version "4.0.0"
43744420
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4698,12 +4744,13 @@ rimraf@^3.0.2:
46984744
dependencies:
46994745
glob "^7.1.3"
47004746

4701-
rimraf@^5.0.8:
4702-
version "5.0.8"
4703-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
4704-
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
4747+
rimraf@^6.0.1:
4748+
version "6.0.1"
4749+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4750+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
47054751
dependencies:
4706-
glob "^10.3.7"
4752+
glob "^11.0.0"
4753+
package-json-from-dist "^1.0.0"
47074754

47084755
run-async@^2.2.0:
47094756
version "2.4.1"

yarn.lock

+53-6
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ glob2base@^0.0.12:
28042804
dependencies:
28052805
find-index "^0.1.1"
28062806

2807-
glob@^10.3.7, glob@^10.4.1:
2807+
glob@^10.4.1:
28082808
version "10.4.1"
28092809
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
28102810
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
@@ -2815,6 +2815,18 @@ glob@^10.3.7, glob@^10.4.1:
28152815
minipass "^7.1.2"
28162816
path-scurry "^1.11.1"
28172817

2818+
glob@^11.0.0:
2819+
version "11.0.0"
2820+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2821+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
2822+
dependencies:
2823+
foreground-child "^3.1.0"
2824+
jackspeak "^4.0.1"
2825+
minimatch "^10.0.0"
2826+
minipass "^7.1.2"
2827+
package-json-from-dist "^1.0.0"
2828+
path-scurry "^2.0.0"
2829+
28182830
glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
28192831
version "7.2.3"
28202832
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -3378,6 +3390,15 @@ jackspeak@^3.1.2:
33783390
optionalDependencies:
33793391
"@pkgjs/parseargs" "^0.11.0"
33803392

3393+
jackspeak@^4.0.1:
3394+
version "4.0.1"
3395+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3396+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3397+
dependencies:
3398+
"@isaacs/cliui" "^8.0.2"
3399+
optionalDependencies:
3400+
"@pkgjs/parseargs" "^0.11.0"
3401+
33813402
jest-changed-files@^29.7.0:
33823403
version "29.7.0"
33833404
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a"
@@ -3884,6 +3905,11 @@ lru-cache@^10.2.0:
38843905
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
38853906
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
38863907

3908+
lru-cache@^11.0.0:
3909+
version "11.0.0"
3910+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3911+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3912+
38873913
lru-cache@^5.1.1:
38883914
version "5.1.1"
38893915
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -4017,6 +4043,13 @@ mimic-fn@^2.1.0:
40174043
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
40184044
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
40194045

4046+
minimatch@^10.0.0:
4047+
version "10.0.1"
4048+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4049+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4050+
dependencies:
4051+
brace-expansion "^2.0.1"
4052+
40204053
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40214054
version "3.1.2"
40224055
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4291,6 +4324,11 @@ p-try@^2.0.0:
42914324
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
42924325
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
42934326

4327+
package-json-from-dist@^1.0.0:
4328+
version "1.0.0"
4329+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4330+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4331+
42944332
parent-module@^1.0.0:
42954333
version "1.0.1"
42964334
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4369,6 +4407,14 @@ path-scurry@^1.11.1:
43694407
lru-cache "^10.2.0"
43704408
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
43714409

4410+
path-scurry@^2.0.0:
4411+
version "2.0.0"
4412+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4413+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4414+
dependencies:
4415+
lru-cache "^11.0.0"
4416+
minipass "^7.1.2"
4417+
43724418
path-type@^4.0.0:
43734419
version "4.0.0"
43744420
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -4698,12 +4744,13 @@ rimraf@^3.0.2:
46984744
dependencies:
46994745
glob "^7.1.3"
47004746

4701-
rimraf@^5.0.8:
4702-
version "5.0.8"
4703-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
4704-
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
4747+
rimraf@^6.0.1:
4748+
version "6.0.1"
4749+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4750+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
47054751
dependencies:
4706-
glob "^10.3.7"
4752+
glob "^11.0.0"
4753+
package-json-from-dist "^1.0.0"
47074754

47084755
run-async@^2.2.0:
47094756
version "2.4.1"

0 commit comments

Comments
 (0)