From 916611d203daafe419fc264df3fa080adc44aaa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 23:02:23 +0000 Subject: [PATCH] Bump figures from 3.2.0 to 6.1.0 Bumps [figures](https://github.com/sindresorhus/figures) from 3.2.0 to 6.1.0. - [Release notes](https://github.com/sindresorhus/figures/releases) - [Commits](https://github.com/sindresorhus/figures/compare/v3.2.0...v6.1.0) --- updated-dependencies: - dependency-name: figures dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++------ package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ea1031f..0eea34cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cli-list": "^1.0.0", "configstore": "^5.0.1", "cross-spawn": "^7.0.3", - "figures": "^3.2.0", + "figures": "^6.1.0", "fullname": "^4.0.1", "global-agent": "^3.0.0", "got": "^14.4.7", @@ -6763,15 +6763,15 @@ } }, "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz", + "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==", "license": "MIT", "dependencies": { - "escape-string-regexp": "^1.0.5" + "is-unicode-supported": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -8195,6 +8195,21 @@ "node": ">=12.0.0" } }, + "node_modules/inquirer/node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/inquirer/node_modules/is-interactive": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", diff --git a/package.json b/package.json index a78317db..5c2cbbd4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cli-list": "^1.0.0", "configstore": "^5.0.1", "cross-spawn": "^7.0.3", - "figures": "^3.2.0", + "figures": "^6.1.0", "fullname": "^4.0.1", "global-agent": "^3.0.0", "got": "^14.4.7",