From e13ae1b871fa3837e1e240449eb954163d433e8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:03:36 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#578) * 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 --- api/Dockerfile | 2 +- api/package-lock.json | 8 ++++---- api/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 720893792..62a338fb8 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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 diff --git a/api/package-lock.json b/api/package-lock.json index b758bdbc9..7be735845 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -30,7 +30,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", @@ -8178,9 +8178,9 @@ } }, "node_modules/minio": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/minio/-/minio-7.1.1.tgz", - "integrity": "sha512-HBLRFXs1CkNwAkahU+j1ilB9YS/Tmkdc6orpxVW1YN11NlEJyLjarIpBYu/inF+dj+tJIsA8PSKNnRmUNm+9qQ==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minio/-/minio-7.1.3.tgz", + "integrity": "sha512-xPrLjWkTT5E7H7VnzOjF//xBp9I40jYB4aWhb2xTFopXXfw+Wo82DDWngdUju7Doy3Wk7R8C4LAgwhLHHnf0wA==", "dependencies": { "async": "^3.2.4", "block-stream2": "^2.1.0", diff --git a/api/package.json b/api/package.json index 94118b48b..08bdd7bad 100644 --- a/api/package.json +++ b/api/package.json @@ -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",