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 Oct 16, 2023
1 parent 5e3c36a commit 93f6ca6
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.1
18.18.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.18.1
nodejs 18.18.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
# Traefik service
# This service runs the Traefik reverse proxy which is used to expose the other services
traefik:
image: traefik:v2.10.4
image: traefik:2.10.5
container_name: traefik
restart: unless-stopped
command:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript"
],
"engines": {
"node": ">=18.18.0"
"node": ">=18.18.2"
},
"scripts": {
"build": "nest build",
Expand All @@ -60,11 +60,11 @@
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@mikro-orm/core": "^5.8.8",
"@mikro-orm/migrations": "^5.8.8",
"@mikro-orm/core": "^5.8.9",
"@mikro-orm/migrations": "^5.8.9",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.8",
"@mikro-orm/reflection": "^5.8.8",
"@mikro-orm/postgresql": "^5.8.9",
"@mikro-orm/reflection": "^5.8.9",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
Expand All @@ -84,8 +84,8 @@
"@nestjs/websockets": "^10.2.7",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.73.0",
"@sentry/node": "^7.73.0",
"@sentry/hub": "^7.74.0",
"@sentry/node": "^7.74.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.31.1",
Expand Down Expand Up @@ -142,14 +142,14 @@
"@firebase/app-compat": "^0.2.20",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.8",
"@mikro-orm/seeder": "^5.8.8",
"@mikro-orm/cli": "^5.8.9",
"@mikro-orm/seeder": "^5.8.9",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.8.23",
"@rubiin/eslint-config": "^1.8.26",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.73.0",
"@sentry/types": "^7.74.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
Expand All @@ -160,7 +160,7 @@
"@types/jest": "^29.5.5",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.5",
"@types/node": "^20.8.6",
"@types/nodemailer": "^6.4.11",
"@types/passport": "^1.0.13",
"@types/passport-facebook": "^3.0.1",
Expand All @@ -186,7 +186,7 @@
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-node-externals": "^3.0.0"
},
"mikro-orm": {
Expand Down
Loading

0 comments on commit 93f6ca6

Please sign in to comment.