From 71344fef47d700490180cac94fb1526666f490c9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 10 May 2022 03:59:34 -0500 Subject: Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) --- .nvmrc | 2 +- CONTRIBUTING.md | 4 ++-- Dockerfile | 4 ++-- package-lock.json | 2 +- package.json | 2 +- recipes | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.nvmrc b/.nvmrc index d9f8800..99cdd80 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.14.2 +16.15.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6f678e..b4643de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,9 @@ Currently, these are the combinations of system dependencies that work for MacOS ```bash $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "16.14.2", + "node": "16.15.0", "npm": "8.7.0", - "pnpm": "6.32.8" + "pnpm": "7.0.1" } ``` diff --git a/Dockerfile b/Dockerfile index bb496a9..36a1cc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.14-alpine as build +FROM node:16.15.0-alpine as build WORKDIR /server-build @@ -12,7 +12,7 @@ RUN npm i -g npm@8.7.0 RUN npm ci --build-from-source --sqlite=/usr/local # ---- RUNTIME IMAGE ---------------------------------------------------------- -FROM node:16.4-alpine +FROM node:16.15.0-alpine WORKDIR /app LABEL maintainer="ferdium" diff --git a/package-lock.json b/package-lock.json index 3c9aa0f..151d721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "prettier": "2.3.2" }, "engines": { - "node": "16.14.2", + "node": "16.15.0", "npm": "8.7.0" } }, diff --git a/package.json b/package.json index 477590d..f3fe3b2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Ferdium server to replace the default Franz/Ferdi server.", "main": "index.js", "engines": { - "node": "16.14.2", + "node": "16.15.0", "npm": "8.7.0" }, "scripts": { diff --git a/recipes b/recipes index fb6db55..ec9605b 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit fb6db55f6985a0df55e7d8a1fe3b2fe49649fb76 +Subproject commit ec9605b7c41b916c4d9c44f57d65dcedf3767a08 -- cgit v1.2.3-54-g00ecf