Skip to content

Commit 7c33ab2

Browse files
chore(deps): update dependency rimraf to v6
1 parent 2aba5b5 commit 7c33ab2

File tree

4 files changed

+98
-84
lines changed

4 files changed

+98
-84
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nestjs/core": "9.0.5",
1717
"@nestjs/platform-express": "8.4.7",
1818
"reflect-metadata": "0.2.2",
19-
"rimraf": "5.0.9",
19+
"rimraf": "6.0.1",
2020
"rxjs": "7.8.1"
2121
},
2222
"devDependencies": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "26.6.3",
4747
"proxyquire": "2.1.3",
4848
"reflect-metadata": "0.2.2",
49-
"rimraf": "5.0.9",
49+
"rimraf": "6.0.1",
5050
"rxjs": "7.8.1",
5151
"ts-jest": "26.5.6",
5252
"ts-loader": "9.5.1",

packages/core/yarn.lock

+48-41
Original file line numberDiff line numberDiff line change
@@ -2453,16 +2453,17 @@ glob-to-regexp@^0.4.1:
24532453
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
24542454
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
24552455

2456-
glob@^10.3.7:
2457-
version "10.3.7"
2458-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
2459-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
2456+
glob@^11.0.0:
2457+
version "11.0.0"
2458+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2459+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
24602460
dependencies:
24612461
foreground-child "^3.1.0"
2462-
jackspeak "^2.0.3"
2463-
minimatch "^9.0.1"
2464-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2465-
path-scurry "^1.10.1"
2462+
jackspeak "^4.0.1"
2463+
minimatch "^10.0.0"
2464+
minipass "^7.1.2"
2465+
package-json-from-dist "^1.0.0"
2466+
path-scurry "^2.0.0"
24662467

24672468
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
24682469
version "7.1.6"
@@ -2956,10 +2957,10 @@ iterare@1.2.1:
29562957
resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042"
29572958
integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==
29582959

2959-
jackspeak@^2.0.3:
2960-
version "2.2.0"
2961-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
2962-
integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==
2960+
jackspeak@^4.0.1:
2961+
version "4.0.1"
2962+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
2963+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
29632964
dependencies:
29642965
"@isaacs/cliui" "^8.0.2"
29652966
optionalDependencies:
@@ -3600,6 +3601,11 @@ log4js@^6.1.2:
36003601
rfdc "^1.3.0"
36013602
streamroller "^3.1.5"
36023603

3604+
lru-cache@^11.0.0:
3605+
version "11.0.0"
3606+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3607+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3608+
36033609
lru-cache@^6.0.0:
36043610
version "6.0.0"
36053611
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3612,11 +3618,6 @@ lru-cache@^7.14.1:
36123618
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
36133619
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
36143620

3615-
"lru-cache@^9.1.1 || ^10.0.0":
3616-
version "10.0.1"
3617-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
3618-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
3619-
36203621
macos-release@^2.5.0:
36213622
version "2.5.0"
36223623
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.5.0.tgz#067c2c88b5f3fb3c56a375b2ec93826220fa1ff2"
@@ -3728,6 +3729,13 @@ mimic-fn@^2.1.0:
37283729
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37293730
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37303731

3732+
minimatch@^10.0.0:
3733+
version "10.0.1"
3734+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3735+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3736+
dependencies:
3737+
brace-expansion "^2.0.1"
3738+
37313739
minimatch@^3.0.4:
37323740
version "3.0.4"
37333741
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -3742,13 +3750,6 @@ minimatch@^7.4.1:
37423750
dependencies:
37433751
brace-expansion "^2.0.1"
37443752

3745-
minimatch@^9.0.1:
3746-
version "9.0.3"
3747-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3748-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3749-
dependencies:
3750-
brace-expansion "^2.0.1"
3751-
37523753
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
37533754
version "1.2.5"
37543755
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -3764,10 +3765,10 @@ minipass@^4.0.2, minipass@^4.2.4:
37643765
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
37653766
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
37663767

3767-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3768-
version "7.0.3"
3769-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
3770-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
3768+
minipass@^7.1.2:
3769+
version "7.1.2"
3770+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3771+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
37713772

37723773
mixin-deep@^1.2.0:
37733774
version "1.3.2"
@@ -4035,6 +4036,11 @@ p-try@^2.0.0:
40354036
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
40364037
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
40374038

4039+
package-json-from-dist@^1.0.0:
4040+
version "1.0.0"
4041+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4042+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4043+
40384044
parent-module@^1.0.0:
40394045
version "1.0.1"
40404046
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4087,14 +4093,6 @@ path-parse@^1.0.6:
40874093
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
40884094
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
40894095

4090-
path-scurry@^1.10.1:
4091-
version "1.10.1"
4092-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4093-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4094-
dependencies:
4095-
lru-cache "^9.1.1 || ^10.0.0"
4096-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4097-
40984096
path-scurry@^1.6.1:
40994097
version "1.6.1"
41004098
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
@@ -4103,6 +4101,14 @@ path-scurry@^1.6.1:
41034101
lru-cache "^7.14.1"
41044102
minipass "^4.0.2"
41054103

4104+
path-scurry@^2.0.0:
4105+
version "2.0.0"
4106+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4107+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4108+
dependencies:
4109+
lru-cache "^11.0.0"
4110+
minipass "^7.1.2"
4111+
41064112
path-to-regexp@3.2.0:
41074113
version "3.2.0"
41084114
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
@@ -4422,12 +4428,13 @@ rimraf@4.4.1:
44224428
dependencies:
44234429
glob "^9.2.0"
44244430

4425-
rimraf@5.0.9:
4426-
version "5.0.9"
4427-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
4428-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
4431+
rimraf@6.0.1:
4432+
version "6.0.1"
4433+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4434+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
44294435
dependencies:
4430-
glob "^10.3.7"
4436+
glob "^11.0.0"
4437+
package-json-from-dist "^1.0.0"
44314438

44324439
rimraf@^3.0.0:
44334440
version "3.0.2"

yarn.lock

+48-41
Original file line numberDiff line numberDiff line change
@@ -5799,16 +5799,17 @@ glob@7.1.4:
57995799
once "^1.3.0"
58005800
path-is-absolute "^1.0.0"
58015801

5802-
glob@^10.3.7:
5803-
version "10.3.7"
5804-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
5805-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
5802+
glob@^11.0.0:
5803+
version "11.0.0"
5804+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5805+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
58065806
dependencies:
58075807
foreground-child "^3.1.0"
5808-
jackspeak "^2.0.3"
5809-
minimatch "^9.0.1"
5810-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5811-
path-scurry "^1.10.1"
5808+
jackspeak "^4.0.1"
5809+
minimatch "^10.0.0"
5810+
minipass "^7.1.2"
5811+
package-json-from-dist "^1.0.0"
5812+
path-scurry "^2.0.0"
58125813

58135814
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
58145815
version "7.1.6"
@@ -7003,10 +7004,10 @@ iterare@1.2.1:
70037004
resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042"
70047005
integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==
70057006

7006-
jackspeak@^2.0.3:
7007-
version "2.2.0"
7008-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
7009-
integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==
7007+
jackspeak@^4.0.1:
7008+
version "4.0.1"
7009+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
7010+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
70107011
dependencies:
70117012
"@isaacs/cliui" "^8.0.2"
70127013
optionalDependencies:
@@ -8033,6 +8034,11 @@ loud-rejection@^1.0.0:
80338034
currently-unhandled "^0.4.1"
80348035
signal-exit "^3.0.0"
80358036

8037+
lru-cache@^11.0.0:
8038+
version "11.0.0"
8039+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
8040+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
8041+
80368042
lru-cache@^6.0.0:
80378043
version "6.0.0"
80388044
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -8050,11 +8056,6 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
80508056
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.1.tgz#db577f42a94c168f676b638d15da8fb073448cab"
80518057
integrity sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A==
80528058

8053-
"lru-cache@^9.1.1 || ^10.0.0":
8054-
version "10.0.1"
8055-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
8056-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
8057-
80588059
macos-release@^2.2.0:
80598060
version "2.3.0"
80608061
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
@@ -8463,6 +8464,13 @@ minimatch@3.0.5:
84638464
dependencies:
84648465
brace-expansion "^1.1.7"
84658466

8467+
minimatch@^10.0.0:
8468+
version "10.0.1"
8469+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
8470+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
8471+
dependencies:
8472+
brace-expansion "^2.0.1"
8473+
84668474
minimatch@^3.0.4:
84678475
version "3.0.4"
84688476
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -8512,13 +8520,6 @@ minimatch@^9.0.0:
85128520
dependencies:
85138521
brace-expansion "^2.0.1"
85148522

8515-
minimatch@^9.0.1:
8516-
version "9.0.3"
8517-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
8518-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
8519-
dependencies:
8520-
brace-expansion "^2.0.1"
8521-
85228523
minimist-options@4.1.0:
85238524
version "4.1.0"
85248525
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8661,10 +8662,10 @@ minipass@^5.0.0:
86618662
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
86628663
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
86638664

8664-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
8665-
version "7.0.3"
8666-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
8667-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
8665+
minipass@^7.1.2:
8666+
version "7.1.2"
8667+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
8668+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
86688669

86698670
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
86708671
version "2.1.2"
@@ -9762,6 +9763,11 @@ p-waterfall@2.1.1:
97629763
dependencies:
97639764
p-reduce "^2.0.0"
97649765

9766+
package-json-from-dist@^1.0.0:
9767+
version "1.0.0"
9768+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
9769+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
9770+
97659771
pacote@*, pacote@^11.1.11, pacote@^11.3.0, pacote@^11.3.1, pacote@^11.3.5:
97669772
version "11.3.5"
97679773
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.5.tgz#73cf1fc3772b533f575e39efa96c50be8c3dc9d2"
@@ -9948,14 +9954,6 @@ path-parse@^1.0.7:
99489954
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
99499955
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
99509956

9951-
path-scurry@^1.10.1:
9952-
version "1.10.1"
9953-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
9954-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
9955-
dependencies:
9956-
lru-cache "^9.1.1 || ^10.0.0"
9957-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
9958-
99599957
path-scurry@^1.6.1:
99609958
version "1.6.1"
99619959
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
@@ -9964,6 +9962,14 @@ path-scurry@^1.6.1:
99649962
lru-cache "^7.14.1"
99659963
minipass "^4.0.2"
99669964

9965+
path-scurry@^2.0.0:
9966+
version "2.0.0"
9967+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
9968+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
9969+
dependencies:
9970+
lru-cache "^11.0.0"
9971+
minipass "^7.1.2"
9972+
99679973
path-to-regexp@0.1.7:
99689974
version "0.1.7"
99699975
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10703,12 +10709,13 @@ rimraf@4.4.1, rimraf@^4.4.1:
1070310709
dependencies:
1070410710
glob "^9.2.0"
1070510711

10706-
rimraf@5.0.9:
10707-
version "5.0.9"
10708-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
10709-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
10712+
rimraf@6.0.1:
10713+
version "6.0.1"
10714+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
10715+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1071010716
dependencies:
10711-
glob "^10.3.7"
10717+
glob "^11.0.0"
10718+
package-json-from-dist "^1.0.0"
1071210719

1071310720
rsvp@^4.8.4:
1071410721
version "4.8.5"

0 commit comments

Comments
 (0)