From 9266afb59bdb5b580167eae73a7f2a6331f55eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:20:23 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- Dockerfile | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 457f824..a7fcd31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine3.14 as build-stage +FROM node:18-alpine3.14 as build-stage LABEL name "Nezly Docker Build" LABEL maintainer "KagChi" @@ -17,7 +17,7 @@ RUN npm run compile RUN npm prune --production -FROM node:16-alpine3.14 +FROM node:18-alpine3.14 LABEL name "Nezly Production" LABEL maintainer "KagChi" diff --git a/package.json b/package.json index 62b090c..c4c3849 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@swc/cli": "^0.1.57", "@swc/core": "^1.3.24", "@types/express": "^4.17.15", - "@types/node": "^17.0.31", + "@types/node": "^18.16.20", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "eslint": "^8.34.0",