Skip to content

Commit

Permalink
chore(deps): update node.js to v20.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rubiin committed Sep 15, 2023
1 parent 0fcfb5a commit 18dd566
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 321 deletions.
1 change: 0 additions & 1 deletion conf/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ timeout 0
# Redis default starting with Redis 3.2.1.
tcp-keepalive 300


# Specify the server verbosity level.
# This can be one of:
# debug (a lot of information, useful for development/testing)
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:20.6.0-slim
FROM node:20.6.1-slim
WORKDIR /usr/src/app
RUN npm i -g pnpm
# pnpm fetch does require only lockfile
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:20.6.0-slim AS base
FROM node:20.6.1-slim AS base

RUN npm i -g pnpm
## https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"orm": "npx mikro-orm"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.412.0",
"@aws-sdk/client-ses": "^3.410.0",
"@aws-sdk/client-s3": "^3.413.0",
"@aws-sdk/client-ses": "^3.413.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand All @@ -76,7 +76,7 @@
"@nestjs/schedule": "^3.0.3",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.11",
"@nestjs/terminus": "^10.0.1",
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.0",
"@nestjs/websockets": "^10.2.5",
"@ntegral/nestjs-sentry": "^4.0.0",
Expand Down Expand Up @@ -129,14 +129,14 @@
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
"socket.io": "^4.7.2",
"stripe": "^13.5.0",
"stripe": "^13.6.0",
"swagger-stats": "^0.99.7",
"twilio": "4.17.0",
"unprofane": "^1.0.4",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@firebase/app-compat": "^0.2.18",
"@firebase/app-compat": "^0.2.19",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.1",
Expand All @@ -148,7 +148,7 @@
"@rubiin/tsconfig": "^1.0.2",
"@sentry/types": "^7.69.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.84",
"@swc/core": "^1.3.85",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand All @@ -157,7 +157,7 @@
"@types/jest": "^29.5.4",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.6.0",
"@types/node": "^20.6.1",
"@types/nodemailer": "^6.4.10",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^3.0.0",
Expand All @@ -183,7 +183,7 @@
"jest": "29.7.0",
"lint-staged": "^14.0.1",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^1.0.10",
"sample-env": "^1.0.11",
"supertest": "6.3.3",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 18dd566

Please sign in to comment.