From 38caeb2dcf98fdcedc75727cb0670fb5662613fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:18:41 +0000 Subject: [PATCH] chore(deps-dev): bump string-width from 7.0.0 to 7.1.0 (#14308) * chore(deps-dev): bump string-width from 7.0.0 to 7.1.0 Bumps [string-width](https://github.com/sindresorhus/string-width) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: string-width dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3d92d9566..3d7bc8378 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "remark-preset-prettier": "0.5.1", "request-promise-native": "1.0.9", "staged-git-files": "1.3.0", - "string-width": "7.0.0", + "string-width": "7.1.0", "supertest": "6.3.4", "to-vfile": "8.0.0", "tosource": "2.0.0-alpha.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49d707c00..4296340f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -389,8 +389,8 @@ devDependencies: specifier: 1.3.0 version: 1.3.0 string-width: - specifier: 7.0.0 - version: 7.0.0 + specifier: 7.1.0 + version: 7.1.0 supertest: specifier: 6.3.4 version: 6.3.4 @@ -2715,7 +2715,7 @@ packages: engines: {node: '>=18'} dependencies: slice-ansi: 5.0.0 - string-width: 7.0.0 + string-width: 7.1.0 dev: true /cli-width@3.0.0: @@ -8814,8 +8814,8 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string-width@7.0.0: - resolution: {integrity: sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==} + /string-width@7.1.0: + resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==} engines: {node: '>=18'} dependencies: emoji-regex: 10.3.0 @@ -9744,7 +9744,7 @@ packages: engines: {node: '>=18'} dependencies: ansi-styles: 6.2.1 - string-width: 7.0.0 + string-width: 7.1.0 strip-ansi: 7.1.0 dev: true