Skip to content

Commit

Permalink
Merge pull request #138 from Selecro/main
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
Szotkowski authored Nov 28, 2024
2 parents dc7a820 + 442629c commit 95bd46c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Check out https://hub.docker.com/_/node to select a new base image

FROM node:20.17.0-bullseye-slim
FROM node:20.18.0-bullseye-slim

# Set to a non-root built-in user `node`
USER node
Expand Down
42 changes: 23 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"@loopback/repository": "^7.0.4",
"@loopback/rest": "^14.0.6",
"@loopback/rest-explorer": "^7.0.3",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.4.2",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-express": "^10.4.6",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"isemail": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"loopback-connector-postgresql": "^7.1.3",
"loopback-connector-postgresql": "^7.1.6",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"path": "^0.12.7",
Expand Down

0 comments on commit 95bd46c

Please sign in to comment.