Skip to content

Commit

Permalink
update: update dependency node to v16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent b8215fa commit 210b95d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.1
16.20.2
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM node:16.13.1-alpine AS deps
FROM node:16.20.2-alpine AS deps
WORKDIR /app
RUN apk add --no-cache libc6-compat
COPY package.json yarn.lock .yarnrc.yml .
Expand All @@ -11,14 +11,14 @@ COPY packages/web/package.json ./packages/web/package.json
RUN yarn --immutable

# Rebuild the source code only when needed
FROM node:16.13.1-alpine AS builder
FROM node:16.20.2-alpine AS builder
WORKDIR /app
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN yarn build && yarn workspaces focus --all --production

# Production image
FROM node:16.13.1-alpine AS runner
FROM node:16.20.2-alpine AS runner
WORKDIR /app
ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/bunyan-format": "0.2.4",
"@types/jest": "27.4.0",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "16.11.17",
"@types/node": "16.18.63",
"jest": "27.4.5",
"nock": "13.2.4",
"ts-jest": "27.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@acot/tsconfig": "0.1.0",
"@types/node": "16.11.17",
"@types/node": "16.18.63",
"npm-run-all": "4.1.5",
"ts-node": "10.4.0",
"typescript": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@acot/tsconfig": "0.1.0",
"@acot/types": "0.0.16",
"@types/node": "16.11.17",
"@types/node": "16.18.63",
"npm-run-all": "4.1.5",
"ts-node": "10.4.0",
"typescript": "4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@storybook/addon-essentials": "6.4.22",
"@storybook/addon-links": "6.4.22",
"@storybook/react": "6.4.22",
"@types/node": "16.11.17",
"@types/node": "16.18.63",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@vitejs/plugin-react": "1.3.2",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __metadata:
resolution: "@acot/gh-app-shared@workspace:packages/shared"
dependencies:
"@acot/tsconfig": 0.1.0
"@types/node": 16.11.17
"@types/node": 16.18.63
npm-run-all: 4.1.5
ts-node: 10.4.0
typescript: 4.5.4
Expand All @@ -43,7 +43,7 @@ __metadata:
dependencies:
"@acot/tsconfig": 0.1.0
"@acot/types": 0.0.16
"@types/node": 16.11.17
"@types/node": 16.18.63
npm-run-all: 4.1.5
ts-node: 10.4.0
typescript: 4.5.4
Expand Down Expand Up @@ -6824,10 +6824,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:16.11.17, @types/node@npm:^16.9.2":
version: 16.11.17
resolution: "@types/node@npm:16.11.17"
checksum: 86ed84f79450f6aba1a6ef09f8407c10076966c3cc7cc4eb3d35b8ae4f47817e525641396ef0a667fa0a88fcdf484f6182812c074601403083bdf3b5e1ac0313
"@types/node@npm:16.18.63":
version: 16.18.63
resolution: "@types/node@npm:16.18.63"
checksum: 5600ad585e8bf68359cfbff965ebd6f04f22130232d057949c88840bf8acf6a05fbac343f69deac417439c47e8e5e396fdb049f575382f534bb98c0e8ac62a46
languageName: node
linkType: hard

Expand All @@ -6838,6 +6838,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.9.2":
version: 16.11.17
resolution: "@types/node@npm:16.11.17"
checksum: 86ed84f79450f6aba1a6ef09f8407c10076966c3cc7cc4eb3d35b8ae4f47817e525641396ef0a667fa0a88fcdf484f6182812c074601403083bdf3b5e1ac0313
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -7891,7 +7898,7 @@ __metadata:
"@types/bunyan-format": 0.2.4
"@types/jest": 27.4.0
"@types/jsonwebtoken": 8.5.8
"@types/node": 16.11.17
"@types/node": 16.18.63
"@types/safe-json-stringify": 1.1.2
bunyan: 1.8.15
bunyan-format: 0.2.1
Expand Down Expand Up @@ -23965,7 +23972,7 @@ typescript@~4.4.4:
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 7.0.2
"@testing-library/user-event": 13.5.0
"@types/node": 16.11.17
"@types/node": 16.18.63
"@types/react": 17.0.38
"@types/react-dom": 17.0.11
"@vitejs/plugin-react": 1.3.2
Expand Down

0 comments on commit 210b95d

Please sign in to comment.