From 6c5b333bd84a94e4ed6c7ef90639dfab8de7ca21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 08:14:15 +0000 Subject: [PATCH] Update dependency nvm-sh/nvm to v0.40.5 --- scripts/setup-debian | 2 +- scripts/setup-fedora | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup-debian b/scripts/setup-debian index 8078ca7..c6a0c14 100755 --- a/scripts/setup-debian +++ b/scripts/setup-debian @@ -200,7 +200,7 @@ main() { _info "nvm already installed at ~/.nvm" else _info "Downloading and installing nvm..." - _echo_run curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash + _echo_run curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash _info "nvm installed" _info "Add the following to your shell startup file (~/.zshrc or ~/.bashrc):" _out ' export NVM_DIR="$HOME/.nvm"' diff --git a/scripts/setup-fedora b/scripts/setup-fedora index 7e88ca6..829a4bd 100755 --- a/scripts/setup-fedora +++ b/scripts/setup-fedora @@ -751,7 +751,7 @@ main() { _info "nvm already installed at ~/.nvm" else _info "Downloading and installing nvm..." - _echo_run bash -c 'curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash' + _echo_run bash -c 'curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash' _info "nvm installed" _info "Add the following to your shell startup file (~/.zshrc or ~/.bashrc):" _out ' export NVM_DIR="$HOME/.nvm"'