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 bf809c7b8..7acedfd4d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2928,9 +2928,9 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.66", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.66.tgz", - "integrity": "sha512-OYTmMI4UigXeFMF/j4uv0lBBEbongSgptPrHBxqME44h9+yNov+oL6Z3ocJKo0WyXR84sQUNeyIp9MRfckvZpg==", + "version": "18.2.67", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.67.tgz", + "integrity": "sha512-vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCgw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*",