diff --git a/.nvmrc b/.nvmrc index 2a4e4ab8..d5a15960 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.17.0 +20.10.0 diff --git a/package.json b/package.json index 7bd81683..023efc4b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "author": "The Betaflight open source project.", "license": "GPL-3.0", "engines": { - "node": "16.x" + "node": "20.x" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.13.0", @@ -139,7 +139,7 @@ "yarn": "^1.22.19" }, "optionalDependencies": { - "appdmg": "^0.6.4" + "appdmg": "^0.6.6" }, "resolutions": { "jquery": "3.6.3", diff --git a/yarn.lock b/yarn.lock index 8dae6322..4dd9c33b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3519,7 +3519,7 @@ app-root-dir@^1.0.2: resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118" integrity sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g== -appdmg@^0.6.4: +appdmg@^0.6.6: version "0.6.6" resolved "https://registry.yarnpkg.com/appdmg/-/appdmg-0.6.6.tgz#d06bd82b530032fd7a8f0970a1c6ee6196e1efce" integrity sha512-GRmFKlCG+PWbcYF4LUNonTYmy0GjguDy6Jh9WP8mpd0T6j80XIJyXBiWlD0U+MLNhqV9Nhx49Gl9GpVToulpLg==