fix(deps): update dependency reflect-metadata to ^0.2.1 (#182)

* fix(deps): update dependency reflect-metadata to ^0.2.1

* fix: lockfile broken

---------

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:01:10 +01:00
committed by GitHub
parent ada16317e3
commit 9ee96a1462
2 changed files with 17 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"nest-winston": "^1.9.4",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
},