From 8f2a8565bc20e296d9256b29f6c8318454d8c9d4 Mon Sep 17 00:00:00 2001 From: ihatenodejs Date: Sun, 13 Oct 2024 01:21:29 +0000 Subject: [PATCH] fix install process --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b60d3de..859c1bd 100644 --- a/package.json +++ b/package.json @@ -92,10 +92,10 @@ "shebang-regex": "^3.0.0", "signal-exit": "^4.1.0", "source-map-js": "^1.2.1", - "string-width": "^5.1.2", - "string-width-cjs": "^4.2.3", + "string-width": "^5.1.1", + "string-width-cjs": "^5.1.1", "strip-ansi": "^7.1.0", - "strip-ansi-cjs": "^6.0.1", + "strip-ansi-cjs": "^8.0.0", "sucrase": "^3.35.0", "supports-preserve-symlinks-flag": "^1.0.0", "thenify": "^3.3.1", @@ -105,7 +105,7 @@ "util-deprecate": "^1.0.2", "which": "^2.0.2", "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "^7.0.0", + "wrap-ansi-cjs": "^8.0.0", "yaml": "^2.5.1" }, "keywords": [], -- 2.47.1