Skip to content

Commit

Permalink
deps: Bump nan for compatibility with newer NodeJS
Browse files Browse the repository at this point in the history
Allows us to bootstrap ppm on machines running the latest NodeJS 20.x

Remains untested whether ppm can fully run on NodeJS 20,
but at least we know we can compile dependencies against NodeJS 14-20.
Useful for keeping our Electron upgrade path smooth for the future.
Not a perfect guarantee, but a *great* step to take nonetheless.
  • Loading branch information
DeeDeeG committed Sep 17, 2023
1 parent 93b786c commit 295b9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2926,9 +2926,9 @@ [email protected]:
rimraf "~2.4.0"

nan@^2.14.2:
version "2.16.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.16.0.tgz#664f43e45460fb98faf00edca0bb0d7b8dce7916"
integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==
version "2.18.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554"
integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==

napi-build-utils@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 295b9b1

Please sign in to comment.