fix: update deps

This commit is contained in:
ppetzold 2021-07-27 13:58:05 +02:00
parent bd8d90ae12
commit e127c59be6
2 changed files with 1494 additions and 3494 deletions

4964
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,23 +30,23 @@
},
"devDependencies": {
"@nestjs/common": "^8.0.5",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.23.0",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.3.1",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"rxjs": "^7.2.0",
"sqlite3": "^5.0.2",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typeorm": "^0.2.34",
"typescript": "^4.2.3"
"typescript": "^4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^8.0.5",