Browse Source

chore(deps): update all non-major dependencies (#1022)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/fix-insecure-world-writable-dir
renovate[bot] 9 months ago committed by GitHub
parent
commit
7c96f477ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/debug.yml
  2. 2
      .github/workflows/release.yml
  3. 8
      .github/workflows/rust.yml
  4. 2
      .node-version
  5. 2
      package.json

2
.github/workflows/debug.yml

@ -36,7 +36,7 @@ jobs: @@ -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

2
.github/workflows/release.yml

@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,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

8
.github/workflows/rust.yml

@ -104,7 +104,7 @@ jobs: @@ -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: @@ -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: @@ -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: @@ -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

2
.node-version

@ -1 +1 @@ @@ -1 +1 @@
18.16.1
18.20.3

2
package.json

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
"type": "module",
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.15.8",
"license": "GPLv3",
"scripts": {
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",

Loading…
Cancel
Save