Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-170f9aff9e2e6b6e89f9252cd8a53f58
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski authored Nov 28, 2024
2 parents d9aadff + 9c88628 commit d51153c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 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
27 changes: 15 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 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/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 d51153c

Please sign in to comment.