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 3434f9f
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 182 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: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
10 changes: 5 additions & 5 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",
"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 Down
Loading

0 comments on commit 3434f9f

Please sign in to comment.