chore(deps): updating project dependencies to their latest versions

This commit is contained in:
Amruth Pillai
2022-07-30 12:41:37 +02:00
parent 977fa72dde
commit 23667e218f
6 changed files with 1130 additions and 1893 deletions

View File

@ -10,15 +10,15 @@
"lint": "eslint --fix --ext .ts ./src"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.127.0",
"@aws-sdk/client-s3": "^3.137.0",
"@nestjs/axios": "^0.1.0",
"@nestjs/common": "^9.0.3",
"@nestjs/common": "^9.0.7",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.3",
"@nestjs/core": "^9.0.7",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mapped-types": "^1.1.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.3",
"@nestjs/platform-express": "^9.0.7",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/terminus": "^9.0.0",
@ -31,8 +31,8 @@
"class-validator": "^0.13.2",
"cookie-parser": "^1.4.6",
"csvtojson": "^2.0.10",
"dayjs": "^1.11.3",
"google-auth-library": "^8.1.0",
"dayjs": "^1.11.4",
"google-auth-library": "^8.1.1",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"multer": "^1.4.4",
@ -43,7 +43,7 @@
"passport-local": "^1.0.0",
"pdf-lib": "^1.17.1",
"pg": "^8.7.3",
"playwright-chromium": "^1.23.2",
"playwright-chromium": "^1.24.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
@ -59,14 +59,14 @@
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.182",
"@types/multer": "^1.4.7",
"@types/node": "^18.0.3",
"eslint": "^8.19.0",
"@types/node": "^18.6.2",
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"source-map-support": "^0.5.21",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
}
}