From 35ec1213e422d3ab71e7e60249b53cbff3f8a0da Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 26 Jul 2022 06:54:40 +0530 Subject: Upgrade 'nodejs' to '16.16.0' --- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- Dockerfile | 2 +- package-lock.json | 2 +- package.json | 2 +- recipes | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.nvmrc b/.nvmrc index d9289897d..431076a94 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.15.1 +16.16.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b72873fe9..b3ca1b42e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Currently, these are the combinations of system dependencies that work for MacOS # Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "16.15.1", + "node": "16.16.0", "npm": "8.14.0", "pnpm": "7.6.0" } diff --git a/Dockerfile b/Dockerfile index daff1c54d..ca80679e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture -FROM docker.io/library/node:16.15.1-buster as builder +FROM docker.io/library/node:16.16.0-buster as builder ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" diff --git a/package-lock.json b/package-lock.json index 4b31f5632..2abe9a557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -166,7 +166,7 @@ "webpack-dev-server": "4.9.3" }, "engines": { - "node": "16.15.1", + "node": "16.16.0", "npm": "8.14.0" }, "optionalDependencies": { diff --git a/package.json b/package.json index 1692c22c3..01c70aaac 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "repository": "https://github.com/ferdium/ferdium-app.git", "private": true, "engines": { - "node": "16.15.1", + "node": "16.16.0", "npm": "8.14.0" }, "engine-strict": true, diff --git a/recipes b/recipes index 76a1315da..268213c86 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 76a1315da499cdd5f7103f398390b31923efc942 +Subproject commit 268213c86684633db841f788266d89c8d8216aa6 -- cgit v1.2.3-54-g00ecf