Skip to content

Commit

Permalink
chore(deps): update node.js to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 43f27fd commit 7f13201
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 17 deletions.
2 changes: 1 addition & 1 deletion template/typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.12 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20.7.0-bullseye as ship
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20.15.0-bullseye as ship

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
30 changes: 23 additions & 7 deletions template/typescript/function/package-lock.json

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

2 changes: 1 addition & 1 deletion template/typescript/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@types/node": "18.18.0"
"@types/node": "20.14.9"
},
"engines": {
"node": ">=14.16"
Expand Down
30 changes: 23 additions & 7 deletions template/typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion template/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "OpenFaaS Ltd",
"license": "MIT",
"dependencies": {
"@types/node": "18.18.0",
"@types/node": "20.14.9",
"body-parser": "1.20.2",
"express": "4.18.2",
"is-stream": "3.0.0"
Expand Down

0 comments on commit 7f13201

Please sign in to comment.