fix: outdated deps (#10)

This commit is contained in:
Philipp 2021-03-04 13:51:47 +01:00 committed by GitHub
parent 1f1ca1579a
commit 489fb69e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2424 additions and 1415 deletions

3793
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,23 +30,23 @@
},
"devDependencies": {
"@nestjs/common": "^7.6.13",
"@types/express": "^4.17.6",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.5",
"sqlite3": "^4.2.0",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typeorm": "^0.2.25",
"typescript": "^3.9.5"
"rxjs": "^6.6.6",
"sqlite3": "^5.0.2",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"typeorm": "^0.2.31",
"typescript": "^4.2.2"
},
"peerDependencies": {
"@nestjs/common": "^7.6.13",