diff --git a/.nvmrc b/.nvmrc index 8ce7030825..3516580bbb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.16.0 +20.17.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c22f9ab62f..334b45204d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,8 @@ 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": "20.16.0", - "pnpm": "9.7.0" + "node": "20.17.0", + "pnpm": "9.9.0" } ``` diff --git a/Dockerfile b/Dockerfile index 60bfc848f3..4be0ddb52f 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:20.16.0-buster AS builder +FROM docker.io/library/node:20.17.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.json b/package.json index 722b3d03d4..05d025ab42 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ "repository": "https://github.com/ferdium/ferdium-app.git", "private": true, "engines": { - "node": "20.16.0", - "pnpm": "9.7.0" + "node": "20.17.0", + "pnpm": "9.9.0" }, "engine-strict": true, "volta": { - "node": "20.16.0", - "pnpm": "9.7.0" + "node": "20.17.0", + "pnpm": "9.9.0" }, - "packageManager": "pnpm@9.7.0", + "packageManager": "pnpm@9.9.0", "scripts": { "prepare": "is-ci || husky", "start": "electron ./build", diff --git a/recipes b/recipes index 049e545f4f..e419e881b3 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 049e545f4f0da89855db59a33c75733e450fe5ba +Subproject commit e419e881b386c2fdc3faec145d8b6499b80fdf02