Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#578)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Hold back reflect-metadata for nestjs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <[email protected]>
  • Loading branch information
renovate[bot] and DerekRoberts authored Feb 2, 2024
1 parent 0b80b27 commit e13ae1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedHat UBI 8 with nodejs 16
FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 AS builder
FROM registry.access.redhat.com/ubi8/nodejs-18:1-86 AS builder

# Install packages, build and keep only prod packages
WORKDIR /app
Expand Down
8 changes: 4 additions & 4 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "3.1.0",
"lodash": "^4.17.21",
"minio": "7.1.1",
"minio": "7.1.3",
"nestjs-pino": "^3.1.3",
"node-cache": "^5.1.2",
"pg": "^8.10.0",
Expand Down

0 comments on commit e13ae1b

Please sign in to comment.