diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90c3085..6147f62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24.15.0 package-manager-cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6198d23..91ec0e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: corepack enable - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24.15.0 package-manager-cache: false @@ -65,7 +65,7 @@ jobs: corepack enable - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24.15.0 package-manager-cache: false diff --git a/package.json b/package.json index 4b07bc1..fc3d44a 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "http-proxy-middleware": "4.0.0-beta.5", "ipaddr.js": "^2.3.0", "launch-editor": "^2.13.2", - "nano-staged": "^0.9.0", + "nano-staged": "^1.0.2", "open": "^11.0.0", "p-retry": "^7.1.1", "prettier": "3.8.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2f3b45..a163335 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,8 +85,8 @@ importers: specifier: ^2.13.2 version: 2.13.2 nano-staged: - specifier: ^0.9.0 - version: 0.9.0 + specifier: ^1.0.2 + version: 1.0.2 open: specifier: ^11.0.0 version: 11.0.0 @@ -1325,9 +1325,9 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - nano-staged@0.9.0: - resolution: {integrity: sha512-0JfyX4i0Vp5HhC9RDtJ1kp7psz8CFuS3Gya3Z6WZv//QCwA9dPzi1S803VdR0c0P6R7sSvweZ5mSJmYQ/N+loQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + nano-staged@1.0.2: + resolution: {integrity: sha512-Fytar3zHLY99nlMfqPPbraxZodqQAHPpdPRyYaplL+lB9DCR6pUrafxbG+Btz4+7fO5Rm/+DO4ZeDO/nLSUMhw==} + engines: {node: ^22 || >= 24} hasBin: true negotiator@1.0.0: @@ -2910,9 +2910,7 @@ snapshots: ms@2.1.3: {} - nano-staged@0.9.0: - dependencies: - picocolors: 1.1.1 + nano-staged@1.0.2: {} negotiator@1.0.0: {}