chore(): upgrade deps

This commit is contained in:
Kamil Myśliwiec 2021-10-18 11:41:04 +02:00
parent 30ab1a1573
commit 8380438620
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
2 changed files with 1738 additions and 2311 deletions

4016
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,34 +20,35 @@
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^8.0.6", "@nestjs/common": "^8.1.1",
"@nestjs/core": "^8.0.6", "@nestjs/core": "^8.1.1",
"@nestjs/platform-express": "^8.0.6", "@nestjs/platform-express": "^8.1.1",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^7.3.0" "rxjs": "^7.4.0"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^8.1.1", "@nestjs/cli": "^8.1.3",
"@nestjs/schematics": "^8.0.2", "@nestjs/schematics": "^8.0.4",
"@nestjs/testing": "^8.0.6", "@nestjs/testing": "^8.1.1",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^27.0.1", "@types/jest": "^27.0.2",
"@types/node": "^16.7.1", "@types/node": "^16.11.1",
"@types/supertest": "^2.0.11", "@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2", "@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"jest": "^27.0.6", "jest": "^27.3.0",
"prettier": "^2.3.2", "prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"supertest": "^6.1.6", "supertest": "^6.1.6",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"ts-loader": "^9.2.5", "ts-loader": "^9.2.6",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"tsconfig-paths": "^3.10.1", "tsconfig-paths": "^3.11.0",
"typescript": "^4.3.5" "typescript": "^4.4.4"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [