From faedea32d68539ebf0771937ed08871eb80d62a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 04:44:14 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/debug.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 8 ++++---- .node-version | 2 +- Cargo.toml | 6 +++--- package.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5d195039a..387306552 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -36,7 +36,7 @@ jobs: run: cargo build --release env: RUSTFLAGS: "-C target-feature=+crt-static" - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd4059969..2435515bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9046956f5..1e2c7f304 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -104,7 +104,7 @@ jobs: path: target/release - name: mark binary as executable run: chmod +x target/release/fnm - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -138,7 +138,7 @@ jobs: with: name: fnm-windows path: target/release - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -210,7 +210,7 @@ jobs: path: target/release - name: mark binary as executable run: chmod +x target/release/fnm - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -338,7 +338,7 @@ jobs: run: | sudo install target/release/fnm /bin fnm --version - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 diff --git a/.node-version b/.node-version index 3876fd498..561a1e9a8 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.16.1 +18.20.3 diff --git a/Cargo.toml b/Cargo.toml index f6f9326c9..9e54dda63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,11 @@ zip = "0.6.6" tempfile = "3.6.0" indoc = "2.0.2" log = "0.4.19" -env_logger = "0.10.0" +env_logger = "0.11.0" encoding_rs_io = "0.1.7" -reqwest = { version = "0.11.18", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } +reqwest = { version = "0.12.0", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.4.0" -sysinfo = "0.29.3" +sysinfo = "0.30.0" thiserror = "1.0.44" clap_complete = "4.3.1" anyhow = "1.0.71" diff --git a/package.json b/package.json index af6fc9ab7..5733b9c18 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": "git@github.com:Schniz/fnm.git", "author": "Gal Schlezinger ", "type": "module", - "packageManager": "pnpm@8.6.5", + "packageManager": "pnpm@8.15.8", "license": "GPLv3", "scripts": { "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",