Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rubiin committed Feb 9, 2024
1 parent 2bb409c commit 4a1d351
Show file tree
Hide file tree
Showing 4 changed files with 421 additions and 364 deletions.
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.6.0-slim
FROM node:21.6.1-slim
WORKDIR /usr/src/app
RUN corepack enable && corepack prepare pnpm@latest --activate
ENV PNPM_HOME=/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
FROM node:21.6.0-slim AS base
FROM node:21.6.1-slim AS base

RUN corepack enable && corepack prepare pnpm@latest --activate
ENV PNPM_HOME=/usr/local/bin
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/client-ses": "^3.501.0",
"@aws-sdk/client-s3": "^3.503.1",
"@aws-sdk/client-ses": "^3.503.1",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.1.0",
"@golevelup/nestjs-stripe": "^0.6.4",
"@golevelup/nestjs-webhooks": "^0.2.17",
"@ladjs/consolidate": "^1.0.3",
"@mikro-orm/core": "6.0.5",
"@mikro-orm/migrations": "6.0.5",
"@mikro-orm/core": "6.0.7",
"@mikro-orm/migrations": "6.0.7",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/postgresql": "6.0.5",
"@mikro-orm/reflection": "6.0.5",
"@mikro-orm/postgresql": "6.0.7",
"@mikro-orm/reflection": "6.0.7",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.2.0",
Expand All @@ -86,8 +86,8 @@
"@nestjs/websockets": "^10.3.1",
"@ngneat/falso": "^7.1.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.98.0",
"@sentry/node": "^7.98.0",
"@sentry/hub": "^7.99.0",
"@sentry/node": "^7.99.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.3.0",
Expand All @@ -105,7 +105,7 @@
"helper-fns": "^2.6.43",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^2.3.0",
"joi": "^17.12.0",
"joi": "^17.12.1",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
"nestjs-i18n": "^10.4.0",
Expand Down Expand Up @@ -141,13 +141,13 @@
"@firebase/app-compat": "^0.2.26",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "6.0.5",
"@mikro-orm/seeder": "6.0.5",
"@mikro-orm/cli": "6.0.7",
"@mikro-orm/seeder": "6.0.7",
"@nestjs/cli": "10.3.0",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.3.1",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.98.0",
"@sentry/types": "^7.99.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.107",
"@swc/jest": "^0.2.31",
Expand All @@ -159,7 +159,7 @@
"@types/jest": "^29.5.11",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.10",
"@types/node": "^20.11.13",
"@types/nodemailer": "^6.4.14",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -174,9 +174,9 @@
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.56.0",
"husky": "^9.0.6",
"husky": "^9.0.7",
"jest": "29.7.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.6",
"supertest": "6.3.4",
Expand Down
Loading

0 comments on commit 4a1d351

Please sign in to comment.