diff --git a/client/Dockerfile b/client/Dockerfile index 20c9a0696..c7edf20fe 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,11 +1,11 @@ -FROM node:16.20-bullseye as deps +FROM node:20.11-bullseye as deps WORKDIR /app COPY package.json .yarnrc.yml yarn.lock /app/ COPY .yarn/releases/ /app/.yarn/releases RUN yarn install --immutable -FROM node:16.20-bullseye as builder +FROM node:20.11-bullseye as builder WORKDIR /app COPY --from=deps /app/node_modules /app/node_modules COPY . /app diff --git a/client/package.json b/client/package.json index 424061fdc..2b68f19ee 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "dependencies": { "@bufbuild/connect-web": "0.8.6", "@bufbuild/protobuf": "0.5.0", - "@types/node": "18.19.21", + "@types/node": "20.11.26", "@types/react": "18.2.56", "@types/react-dom": "18.2.19", "next": "12.3.4", diff --git a/client/yarn.lock b/client/yarn.lock index 1c5440c1a..35fc2c59b 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -381,12 +381,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:18.19.21": - version: 18.19.21 - resolution: "@types/node@npm:18.19.21" +"@types/node@npm:20.11.26": + version: 20.11.26 + resolution: "@types/node@npm:20.11.26" dependencies: undici-types: ~5.26.4 - checksum: a8c66d97426e8bbe341a6bdf42af9659ff5ad500c790b9046c981e234db42a1354a6ae86d5d1b75c86dfa018c742fb65c400a0e31d8f9f7505d4cfe5bd11ba72 + checksum: 2cd5a373d2880b7f07ae65d4d23660cdcabddb12772ce631b6caad2f9283350b8a17c802590f67f0ccec5a9c7d43ae0ecd9637c5ad870b8f793328af8c61eae5 languageName: node linkType: hard @@ -890,7 +890,7 @@ __metadata: "@bufbuild/protobuf": 0.5.0 "@bufbuild/protoc-gen-connect-web": 0.11.0 "@bufbuild/protoc-gen-es": 0.5.0 - "@types/node": 18.19.21 + "@types/node": 20.11.26 "@types/react": 18.2.56 "@types/react-dom": 18.2.19 eslint: 8.56.0