From f6cdd36559fa00de675f34fae7d3d16e81c9d041 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 18 Dec 2025 22:47:14 +0000 Subject: [PATCH] Bump devDeps --- .github/workflows/npm.yml | 2 +- biome.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 4db44a5b..a3b13f46 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Install Node.js if: ${{ matrix.runtime == 'node' }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 - name: Install pnpm diff --git a/biome.json b/biome.json index 21142e39..7bb7dc5e 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.9/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "vcs": { "enabled": true, "clientKind": "git", diff --git a/package.json b/package.json index d8cf98b1..79f4eefb 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "@img/sharp-win32-x64": "0.34.5" }, "devDependencies": { - "@biomejs/biome": "^2.3.9", + "@biomejs/biome": "^2.3.10", "@cpplint/cli": "^0.1.0", "@emnapi/runtime": "^1.7.1", "@img/sharp-libvips-dev": "1.3.0-rc.1", @@ -185,7 +185,7 @@ "icc": "^3.0.0", "jsdoc-to-markdown": "^9.1.3", "node-addon-api": "^8.5.0", - "node-gyp": "^11.5.0", + "node-gyp": "^12.1.0", "tar-fs": "^3.1.1", "tsd": "^0.33.0" },