From a1bc0887a0818b974546996eb5f2d71828eaedb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:06:58 +0000 Subject: [PATCH] chore(deps): update weekly patch updates --- client/Dockerfile.prod | 2 +- client/package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Dockerfile.prod b/client/Dockerfile.prod index ad359ccc0..36ccbfa56 100644 --- a/client/Dockerfile.prod +++ b/client/Dockerfile.prod @@ -14,7 +14,7 @@ RUN npm run build # ===== Stage 2: Setting up NGINX ===== -FROM nginx:1.25.2-alpine +FROM nginx:1.25.4-alpine # From stage 1, copy the build files into the default directory that NGINX serves files from. # The project will serve requests inbound at port 80 in the container diff --git a/client/package-lock.json b/client/package-lock.json index 91ae87271..dab54048b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2929,9 +2929,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.2.69", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.69.tgz", - "integrity": "sha512-W1HOMUWY/1Yyw0ba5TkCV+oqynRjG7BnteBB+B7JmAK7iw3l2SW+VGOxL+akPweix6jk2NNJtyJKpn4TkpfK3Q==", + "version": "18.2.70", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.70.tgz", + "integrity": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*",