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 Jan 18, 2024
1 parent 99a150a commit f4e528a
Show file tree
Hide file tree
Showing 7 changed files with 369 additions and 418 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.11.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# Redis service
# This service runs the Redis database
redis:
image: redis:7.2.3-alpine
image: redis:7.2.4-alpine
container_name: redis
restart: unless-stopped
env_file: env/.env.${ENV}
Expand Down
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.5.0-slim
FROM node:21.6.0-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.5.0-slim AS base
FROM node:21.6.0-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 @@ -33,7 +33,7 @@
"typescript"
],
"engines": {
"node": ">=20.10.0"
"node": ">=20.11.0"
},
"scripts": {
"build": "nest build",
Expand Down Expand Up @@ -62,11 +62,11 @@
"@golevelup/nestjs-stripe": "^0.6.4",
"@golevelup/nestjs-webhooks": "^0.2.17",
"@ladjs/consolidate": "^1.0.3",
"@mikro-orm/core": "6.0.0-rc.3",
"@mikro-orm/migrations": "6.0.0-rc.3",
"@mikro-orm/core": "6.0.4",
"@mikro-orm/migrations": "6.0.4",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/postgresql": "6.0.0-rc.3",
"@mikro-orm/reflection": "6.0.0-rc.3",
"@mikro-orm/postgresql": "6.0.4",
"@mikro-orm/reflection": "6.0.4",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.2.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"helper-fns": "^2.6.43",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^2.2.0",
"joi": "^17.11.1",
"joi": "^17.12.0",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
"nestjs-i18n": "^10.4.0",
Expand All @@ -132,25 +132,25 @@
"socket.io": "^4.7.4",
"stripe": "^14.12.0",
"swagger-stats": "^0.99.7",
"twilio": "4.20.0",
"twilio": "4.20.1",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@antfu/eslint-config": "^2.6.3",
"@firebase/app-compat": "^0.2.25",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "6.0.0-rc.3",
"@mikro-orm/seeder": "6.0.0-rc.3",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@mikro-orm/cli": "6.0.4",
"@mikro-orm/seeder": "6.0.4",
"@nestjs/cli": "10.3.0",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.3.0",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.93.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.103",
"@swc/jest": "^0.2.29",
"@swc/core": "^1.3.104",
"@swc/jest": "^0.2.30",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.6",
"@types/cache-manager-redis-store": "^2.0.4",
Expand Down Expand Up @@ -179,7 +179,7 @@
"lint-staged": "^15.2.0",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.6",
"supertest": "6.3.3",
"supertest": "6.3.4",
"testcontainers": "^10.6.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit f4e528a

Please sign in to comment.