From ec82c76acc57f730ea3b3d9c688446433329bb2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:21:57 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/debug.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 10 +++++----- .node-version | 2 +- Cargo.toml | 6 +++--- package.json | 2 +- 6 files changed, 12 insertions(+), 12 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 46984f6bd..4e27ebda5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -101,7 +101,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 @@ -135,7 +135,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 @@ -207,7 +207,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 @@ -335,7 +335,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 @@ -379,7 +379,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..123b05279 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.16.1 +18.20.2 diff --git a/Cargo.toml b/Cargo.toml index b9c3a135e..70d2021cc 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",