chore(): upgrade deps

This commit is contained in:
Kamil Myśliwiec 2021-08-23 09:43:16 +02:00
parent f84d369d45
commit 30ab1a1573
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
2 changed files with 11576 additions and 2462 deletions

14004
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,32 +20,32 @@
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^8.0.0", "@nestjs/common": "^8.0.6",
"@nestjs/core": "^8.0.0", "@nestjs/core": "^8.0.6",
"@nestjs/platform-express": "^8.0.0", "@nestjs/platform-express": "^8.0.6",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^7.2.0" "rxjs": "^7.3.0"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^8.0.0", "@nestjs/cli": "^8.1.1",
"@nestjs/schematics": "^8.0.0", "@nestjs/schematics": "^8.0.2",
"@nestjs/testing": "^8.0.0", "@nestjs/testing": "^8.0.6",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^26.0.24", "@types/jest": "^27.0.1",
"@types/node": "^16.0.0", "@types/node": "^16.7.1",
"@types/supertest": "^2.0.11", "@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.28.2", "@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.30.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.1",
"jest": "^27.0.6", "jest": "^27.0.6",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"supertest": "^6.1.3", "supertest": "^6.1.6",
"ts-jest": "^27.0.3", "ts-jest": "^27.0.5",
"ts-loader": "^9.2.3", "ts-loader": "^9.2.5",
"ts-node": "^10.0.0", "ts-node": "^10.2.1",
"tsconfig-paths": "^3.10.1", "tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5" "typescript": "^4.3.5"
}, },