From 7ae63434e8dd7541a45b895362dd9091d0e49085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:16:14 +0800 Subject: [PATCH] fix(deps): update dependency string-width to ^7.2.0 (#1350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/server/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/package.json b/packages/server/package.json index ae474380..a6f75587 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -54,7 +54,7 @@ "ioredis": "^5.4.1", "memofunc": "^0.1.6", "ohash": "^1.1.3", - "string-width": "^7.1.0", + "string-width": "^7.2.0", "unstorage": "^1.10.2", "zod": "^3.23.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57751e41..0a42bf58 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -359,7 +359,7 @@ importers: specifier: ^1.1.3 version: 1.1.3 string-width: - specifier: ^7.1.0 + specifier: ^7.2.0 version: 7.2.0 unstorage: specifier: ^1.10.2