From f73778e9b2cc2c1621497292453a3af8f5fb5b55 Mon Sep 17 00:00:00 2001 From: Altay Date: Sun, 8 Mar 2026 12:04:46 +0300 Subject: [PATCH] fix: remove redundant root strip-ansi dependency (#39652) --- package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/package.json b/package.json index cb89a3b99..5b1e77c68 100644 --- a/package.json +++ b/package.json @@ -378,7 +378,6 @@ "qrcode-terminal": "^0.12.0", "sharp": "^0.34.5", "sqlite-vec": "0.1.7-alpha.2", - "strip-ansi": "^7.2.0", "tar": "7.5.10", "tslog": "^4.10.2", "undici": "^7.22.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b29276321..11144b4fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -168,9 +168,6 @@ importers: sqlite-vec: specifier: 0.1.7-alpha.2 version: 0.1.7-alpha.2 - strip-ansi: - specifier: ^7.2.0 - version: 7.2.0 tar: specifier: 7.5.10 version: 7.5.10