Some outdated packages. Would you mind updating them to maintain the repository?
myuser@raspberrypi:~ $ npm install
Cloning into 'MMM-Buttons'...
[...]
npm warn skipping integrity check for git dependency ssh://git@github.com/electron/node-gyp.git
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
> mmm-buttons@1.0.0 postinstall
> node_modules/.bin/electron-rebuild -e ../../node_modules/electron
✔ Rebuild Complete
added 164 packages, and audited 165 packages in 30s
[...]
1 high severity vulnerability
[...]
myuser@raspberrypi:~/MagicMirror/modules/MMM-Buttons $ npm audit
# npm audit report
cross-spawn 7.0.0 - 7.0.4
Severity: high
Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275
fix available via `npm audit fix`
node_modules/cross-spawn
1 high severity vulnerability
[...]
myuser@raspberrypi:~/MagicMirror/modules/MMM-Buttons $ npm audit fix
changed 1 package, and audited 165 packages in 12s
[...]
found 0 vulnerabilities
Some outdated packages. Would you mind updating them to maintain the repository?