Skip to content

Commit

Permalink
chore(deps): update node.js to v18.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2023
1 parent 7e7abd5 commit e2d1c86
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion template/nestjs/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.6 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18.8.0-bullseye as ship
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18.14.2-bullseye as ship

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
14 changes: 7 additions & 7 deletions template/nestjs/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/nestjs/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@types/node": "18.11.19"
"@types/node": "18.14.4"
},
"engines": {
"node": ">=14.16"
Expand Down
14 changes: 7 additions & 7 deletions template/nestjs/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/nestjs/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.11.19",
"@types/node": "18.14.4",
"body-parser": "1.20.1",
"express": "4.18.2",
"is-stream": "3.0.0"
Expand Down

0 comments on commit e2d1c86

Please sign in to comment.