Skip to content

Commit

Permalink
chore(deps): update node.js to v20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 5b9040b commit 04e3c69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM node:20.11.1-alpine3.18 AS base
FROM node:20.13.1-alpine3.18 AS base

FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/react-table": "8.20.1",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.26",
"@types/node": "20.17.6",
"@types/plotly.js-basic-dist": "1.54.4",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
Expand Down
22 changes: 16 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04e3c69

Please sign in to comment.