fix(deps): update dependency rimraf to v5 (#186)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-03-04 21:06:46 +01:00
committed by GitHub
parent 0da3253d21
commit f4b93d1eae
2 changed files with 11 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
"@nestjs/platform-express": "^10.3.3",
"nest-winston": "^1.9.4",
"reflect-metadata": "^0.2.1",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1"
},
"devDependencies": {

12
pnpm-lock.yaml generated
View File

@@ -72,8 +72,8 @@ importers:
specifier: ^0.2.1
version: 0.2.1
rimraf:
specifier: ^3.0.2
version: 3.0.2
specifier: ^5.0.5
version: 5.0.5
rxjs:
specifier: ^7.8.1
version: 7.8.1
@@ -8341,6 +8341,14 @@ packages:
glob: 9.3.5
dev: true
/rimraf@5.0.5:
resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==}
engines: {node: '>=14'}
hasBin: true
dependencies:
glob: 10.3.10
dev: false
/rollup@4.12.0:
resolution: {integrity: sha512-wz66wn4t1OHIJw3+XU7mJJQV/2NAfw5OAk6G6Hoo3zcvz/XOfQ52Vgi+AN4Uxoxi0KBBwk2g8zPrTDA4btSB/Q==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}