diff --git a/package-lock.json b/package-lock.json index 5334ca723..f0e20d152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18257,7 +18257,7 @@ "ansi-escapes": "^7.3.0", "ansi-regex": "^6.2.2", "chalk": "^4.1.2", - "cli-spinners": "^2.9.2", + "cli-spinners": "^3.4.0", "clipboardy": "~5.2.0", "color-convert": "^2.0.1", "command-exists": "^1.2.9", @@ -18326,6 +18326,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/cli/node_modules/cli-spinners": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.4.0.tgz", + "integrity": "sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==", + "license": "MIT", + "engines": { + "node": ">=18.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "packages/cli/node_modules/clipboardy": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-5.2.1.tgz", diff --git a/packages/cli/package.json b/packages/cli/package.json index b5f10d66d..af6104a38 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,7 +38,7 @@ "ansi-escapes": "^7.3.0", "ansi-regex": "^6.2.2", "chalk": "^4.1.2", - "cli-spinners": "^2.9.2", + "cli-spinners": "^3.4.0", "clipboardy": "~5.2.0", "color-convert": "^2.0.1", "command-exists": "^1.2.9",