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 18, 2023
1 parent 29c024e commit 99fc935
Show file tree
Hide file tree
Showing 2 changed files with 1,314 additions and 3,243 deletions.
36 changes: 18 additions & 18 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.1.3",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.1.3",
"@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/platform-express": "^10.1.3",
"@prisma/client": "5.1.1",
"argon2": "^0.31.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
Expand All @@ -41,10 +41,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.12",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.1.3",
"@swc/core": "^1.3.78",
"@swc/register": "^0.1.10",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
Expand All @@ -53,26 +53,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.0",
"@types/sinon": "^10.0.16",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.47.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.1.1",
"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.1.6"
},
"prisma": {
"seed": "swc-node prisma/seed.ts"
Expand Down
Loading

0 comments on commit 99fc935

Please sign in to comment.