chore: update deps

This commit is contained in:
Kamil Myśliwiec 2024-02-07 11:11:32 +01:00
parent 3491e8f255
commit 7c21aea7e3
No known key found for this signature in database
GPG Key ID: 21ED9535110F047A
2 changed files with 1042 additions and 588 deletions

1580
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,36 +19,36 @@
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^10.0.0", "@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.0.0", "@nestjs/core": "^10.3.2",
"@nestjs/platform-express": "^10.0.0", "@nestjs/platform-express": "^10.3.2",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^10.0.1", "@nestjs/cli": "^10.3.1",
"@nestjs/schematics": "^10.0.1", "@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.0.0", "@nestjs/testing": "^10.3.2",
"@swc/cli": "^0.1.62", "@swc/cli": "^0.3.9",
"@swc/core": "^1.3.64", "@swc/core": "^1.4.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.21",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.12",
"@types/node": "^20.3.1", "@types/node": "^20.11.16",
"@types/supertest": "^2.0.12", "@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^5.59.11", "@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.42.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.1.3",
"jest": "^29.5.0", "jest": "^29.7.0",
"prettier": "^2.8.8", "prettier": "^3.2.5",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"supertest": "^6.3.3", "supertest": "^6.3.4",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.2",
"ts-loader": "^9.4.3", "ts-loader": "^9.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3" "typescript": "^5.3.3"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [