From 7fe43ab046629e7f5968de846eb8476981568a09 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 2 Oct 2025 21:43:03 -0700 Subject: [PATCH] chore(core): remove unused bufferutil --- packages/rivetkit/package.json | 3 +-- pnpm-lock.yaml | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/rivetkit/package.json b/packages/rivetkit/package.json index 426cd0931..3a04cdbd4 100644 --- a/packages/rivetkit/package.json +++ b/packages/rivetkit/package.json @@ -188,8 +188,7 @@ "tsx": "^4.19.4", "typescript": "^5.7.3", "vitest": "^3.1.1", - "ws": "^8.18.1", - "bufferutil": "^4.0.9" + "ws": "^8.18.1" }, "peerDependencies": { "@hono/node-server": "^1.14.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4eb476cf7..06d5ff2a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1287,9 +1287,6 @@ importers: '@vitest/ui': specifier: 3.1.1 version: 3.1.1(vitest@3.2.4) - bufferutil: - specifier: ^4.0.9 - version: 4.0.9 bundle-require: specifier: ^5.1.0 version: 5.1.0(esbuild@0.25.5) @@ -6743,6 +6740,7 @@ snapshots: bufferutil@4.0.9: dependencies: node-gyp-build: 4.8.4 + optional: true bun-types@1.2.23(@types/react@19.1.8): dependencies: @@ -7626,7 +7624,8 @@ snapshots: detect-libc: 2.0.4 optional: true - node-gyp-build@4.8.4: {} + node-gyp-build@4.8.4: + optional: true node-releases@2.0.19: {}