Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 589eb1a commit 3747775
Show file tree
Hide file tree
Showing 2 changed files with 1,351 additions and 3,256 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/common": "^10.2.2",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.2.2",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@prisma/client": "5.0.0",
"argon2": "^0.30.3",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.2",
"@prisma/client": "5.2.0",
"argon2": "^0.31.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
Expand All @@ -42,10 +42,10 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@swc/core": "^1.3.69",
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.2",
"@swc/core": "^1.3.80",
"@swc/register": "^0.1.10",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
Expand All @@ -54,26 +54,26 @@
"@types/minio": "^7.1.1",
"@types/mocha": "^10.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.3.1",
"@types/sinon": "^10.0.15",
"@types/node": "^20.5.7",
"@types/sinon": "^10.0.16",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"chai": "^4.3.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prisma": "^5.0.0",
"prisma": "^5.2.0",
"sinon": "^15.2.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-loader": "^9.4.3",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"prisma": {
"seed": "swc-node prisma/seed.ts"
Expand Down
Loading

0 comments on commit 3747775

Please sign in to comment.