Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Apr 18, 2024
1 parent a709ad8 commit b641f62
Show file tree
Hide file tree
Showing 2 changed files with 6,498 additions and 5,214 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"db:prune:sqlite": "rimraf ./src/database/database.sqlite"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.552.0",
"@aws-sdk/client-ses": "^3.552.0",
"@aws-sdk/client-s3": "^3.556.0",
"@aws-sdk/client-ses": "^3.556.0",
"@blazity/nest-file-fastify": "^1.0.0",
"@fastify/compress": "^7.0.3",
"@fastify/cors": "9.0.1",
Expand All @@ -72,7 +72,7 @@
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/schedule": "^4.0.1",
"@nestjs/schedule": "^4.0.2",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.40.1",
"axios": "^1.6.8",
Expand All @@ -82,7 +82,7 @@
"envalid": "^8.0.0",
"fast-glob": "^3.3.2",
"fastify": "4.26.2",
"firebase-admin": "^12.0.0",
"firebase-admin": "^12.1.0",
"helper-fns": "^2.7.0",
"knex": "^3.1.0",
"luxon": "^3.4.4",
Expand All @@ -103,7 +103,7 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@golevelup/ts-jest": "^0.4.0",
"@golevelup/ts-jest": "^0.5.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.7",
Expand All @@ -117,8 +117,8 @@
"@types/passport-local": "^1.0.38",
"@types/preview-email": "^3.0.4",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -130,7 +130,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit b641f62

Please sign in to comment.