add rimraf to server dependencies (#3977)

This commit is contained in:
Weiko
2024-02-14 16:56:37 +01:00
committed by GitHub
parent 7d80610428
commit 0b2ffb0ee6
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
"@types/lodash.snakecase": "^4.1.7", "@types/lodash.snakecase": "^4.1.7",
"@types/lodash.upperfirst": "^4.3.7", "@types/lodash.upperfirst": "^4.3.7",
"@types/react": "^18.2.39", "@types/react": "^18.2.39",
"rimraf": "^5.0.5",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"engines": { "engines": {

View File

@ -43385,6 +43385,7 @@ __metadata:
class-validator: "patch:class-validator@0.14.0#./patches/class-validator+0.14.0.patch" class-validator: "patch:class-validator@0.14.0#./patches/class-validator+0.14.0.patch"
graphql-middleware: "npm:^6.1.35" graphql-middleware: "npm:^6.1.35"
passport: "npm:^0.7.0" passport: "npm:^0.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3" typescript: "npm:^5.3.3"
languageName: unknown languageName: unknown
linkType: soft linkType: soft