Skip to content

Commit d479683

Browse files
fix(deps): update dependency rimraf to v6
1 parent 25ac812 commit d479683

File tree

4 files changed

+152
-110
lines changed

4 files changed

+152
-110
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.10",
19+
"rimraf": "6.0.1",
2020
"rxjs": "7.8.2"
2121
},
2222
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.10",
49+
"rimraf": "6.0.1",
5050
"rxjs": "7.8.2",
5151
"ts-jest": "26.5.6",
5252
"ts-loader": "9.5.2",

packages/core/yarn.lock

Lines changed: 75 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,18 @@
367367
dependencies:
368368
"@jridgewell/trace-mapping" "0.3.9"
369369

370+
"@isaacs/balanced-match@^4.0.1":
371+
version "4.0.1"
372+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
373+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
374+
375+
"@isaacs/brace-expansion@^5.0.0":
376+
version "5.0.0"
377+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
378+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
379+
dependencies:
380+
"@isaacs/balanced-match" "^4.0.1"
381+
370382
"@isaacs/cliui@^8.0.2":
371383
version "8.0.2"
372384
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -724,11 +736,6 @@
724736
consola "^2.15.0"
725737
node-fetch "^2.6.1"
726738

727-
"@pkgjs/parseargs@^0.11.0":
728-
version "0.11.0"
729-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
730-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
731-
732739
"@sinonjs/commons@^1.7.0":
733740
version "1.8.1"
734741
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
@@ -1792,6 +1799,15 @@ cross-spawn@^7.0.0:
17921799
shebang-command "^2.0.0"
17931800
which "^2.0.1"
17941801

1802+
cross-spawn@^7.0.6:
1803+
version "7.0.6"
1804+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1805+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
1806+
dependencies:
1807+
path-key "^3.1.0"
1808+
shebang-command "^2.0.0"
1809+
which "^2.0.1"
1810+
17951811
cssom@^0.4.4:
17961812
version "0.4.4"
17971813
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
@@ -2292,12 +2308,12 @@ for-in@^1.0.2:
22922308
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
22932309
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
22942310

2295-
foreground-child@^3.1.0:
2296-
version "3.1.1"
2297-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
2298-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
2311+
foreground-child@^3.3.1:
2312+
version "3.3.1"
2313+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
2314+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
22992315
dependencies:
2300-
cross-spawn "^7.0.0"
2316+
cross-spawn "^7.0.6"
23012317
signal-exit "^4.0.1"
23022318

23032319
forever-agent@~0.6.1:
@@ -2453,16 +2469,17 @@ glob-to-regexp@^0.4.1:
24532469
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
24542470
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
24552471

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==
2472+
glob@^11.0.0:
2473+
version "11.0.3"
2474+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
2475+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
24602476
dependencies:
2461-
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"
2477+
foreground-child "^3.3.1"
2478+
jackspeak "^4.1.1"
2479+
minimatch "^10.0.3"
2480+
minipass "^7.1.2"
2481+
package-json-from-dist "^1.0.0"
2482+
path-scurry "^2.0.0"
24662483

24672484
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
24682485
version "7.1.6"
@@ -2956,14 +2973,12 @@ iterare@1.2.1:
29562973
resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042"
29572974
integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==
29582975

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==
2976+
jackspeak@^4.1.1:
2977+
version "4.1.1"
2978+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
2979+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
29632980
dependencies:
29642981
"@isaacs/cliui" "^8.0.2"
2965-
optionalDependencies:
2966-
"@pkgjs/parseargs" "^0.11.0"
29672982

29682983
jest-changed-files@^26.6.2:
29692984
version "26.6.2"
@@ -3600,6 +3615,11 @@ log4js@^6.1.2:
36003615
rfdc "^1.3.0"
36013616
streamroller "^3.1.5"
36023617

3618+
lru-cache@^11.0.0:
3619+
version "11.1.0"
3620+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
3621+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
3622+
36033623
lru-cache@^6.0.0:
36043624
version "6.0.0"
36053625
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3612,11 +3632,6 @@ lru-cache@^7.14.1:
36123632
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
36133633
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
36143634

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-
36203635
macos-release@^2.5.0:
36213636
version "2.5.0"
36223637
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.5.0.tgz#067c2c88b5f3fb3c56a375b2ec93826220fa1ff2"
@@ -3728,6 +3743,13 @@ mimic-fn@^2.1.0:
37283743
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37293744
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37303745

3746+
minimatch@^10.0.3:
3747+
version "10.0.3"
3748+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
3749+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
3750+
dependencies:
3751+
"@isaacs/brace-expansion" "^5.0.0"
3752+
37313753
minimatch@^3.0.4:
37323754
version "3.0.4"
37333755
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -3742,13 +3764,6 @@ minimatch@^7.4.1:
37423764
dependencies:
37433765
brace-expansion "^2.0.1"
37443766

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-
37523767
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
37533768
version "1.2.5"
37543769
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -3764,10 +3779,10 @@ minipass@^4.0.2, minipass@^4.2.4:
37643779
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
37653780
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
37663781

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==
3782+
minipass@^7.1.2:
3783+
version "7.1.2"
3784+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3785+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
37713786

37723787
mixin-deep@^1.2.0:
37733788
version "1.3.2"
@@ -4035,6 +4050,11 @@ p-try@^2.0.0:
40354050
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
40364051
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
40374052

4053+
package-json-from-dist@^1.0.0:
4054+
version "1.0.1"
4055+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
4056+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
4057+
40384058
parent-module@^1.0.0:
40394059
version "1.0.1"
40404060
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4087,14 +4107,6 @@ path-parse@^1.0.6:
40874107
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
40884108
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
40894109

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-
40984110
path-scurry@^1.6.1:
40994111
version "1.6.1"
41004112
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
@@ -4103,6 +4115,14 @@ path-scurry@^1.6.1:
41034115
lru-cache "^7.14.1"
41044116
minipass "^4.0.2"
41054117

4118+
path-scurry@^2.0.0:
4119+
version "2.0.0"
4120+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4121+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4122+
dependencies:
4123+
lru-cache "^11.0.0"
4124+
minipass "^7.1.2"
4125+
41064126
path-to-regexp@3.2.0:
41074127
version "3.2.0"
41084128
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.2.0.tgz#fa7877ecbc495c601907562222453c43cc204a5f"
@@ -4422,12 +4442,13 @@ rimraf@4.4.1:
44224442
dependencies:
44234443
glob "^9.2.0"
44244444

4425-
rimraf@5.0.10:
4426-
version "5.0.10"
4427-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
4428-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
4445+
rimraf@6.0.1:
4446+
version "6.0.1"
4447+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4448+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
44294449
dependencies:
4430-
glob "^10.3.7"
4450+
glob "^11.0.0"
4451+
package-json-from-dist "^1.0.0"
44314452

44324453
rimraf@^3.0.0:
44334454
version "3.0.2"

0 commit comments

Comments
 (0)