Skip to content

Commit

Permalink
Update Node.js to v20.15.0 (#2656)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 5a86c16 commit c242132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.13.1-alpine
FROM node:20.15.0-alpine
WORKDIR /app
COPY package*.json ./
RUN yarn install --only=production && yarn cache clean
Expand Down
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/d3-scale": "4.0.8",
"@types/d3-shape": "3.1.6",
"@types/d3-time-format": "4.0.3",
"@types/node": "20.14.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5713,15 +5713,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.14.2":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/c38e47b190fa0a8bdfde24b036dddcf9401551f2fb170a90ff33625c7d6f218907e81c74e0fa6e394804a32623c24c60c50e249badc951007830f0d02c48ee0f
languageName: node
linkType: hard

"@types/node@npm:20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
Expand Down Expand Up @@ -22533,7 +22524,7 @@ __metadata:
"@types/d3-scale": "npm:4.0.8"
"@types/d3-shape": "npm:3.1.6"
"@types/d3-time-format": "npm:4.0.3"
"@types/node": "npm:20.14.2"
"@types/node": "npm:20.14.9"
"@types/react": "npm:18.3.3"
"@visx/axis": "npm:3.10.1"
"@visx/group": "npm:3.3.0"
Expand Down

0 comments on commit c242132

Please sign in to comment.