From dc97d23ac31509050d33aaa4edd55671efc49828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 11:06:53 -0400 Subject: [PATCH] Bump strip-ansi from 6.0.0 to 7.0.0 (#5906) Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/chalk/strip-ansi/releases) - [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.0...v7.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 42 +++++++++++++++++++++++++++++++++++++-- packages/cli/package.json | 2 +- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f8bf4de67..3a7db98c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49868,7 +49868,7 @@ "open": "^8.0.8", "pretty-ms": "^7.0.1", "shimmer": "^1.2.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.0", "strip-indent": "^4.0.0", "yargs": "^17.0.1", "yargs-parser": "^20.2.7" @@ -49901,6 +49901,17 @@ "@types/yargs-parser": "*" } }, + "packages/cli/node_modules/ansi-regex": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz", + "integrity": "sha512-tAaOSrWCHF+1Ear1Z4wnJCXA9GGox4K6Ic85a5qalES2aeEwQGr7UC93mwef49536PkCYjzkp0zIxfFvexJ6zQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, "packages/cli/node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -49998,6 +50009,20 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/cli/node_modules/strip-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.0.tgz", + "integrity": "sha512-UhDTSnGF1dc0DRbUqr1aXwNoY3RgVkSWG8BrpnuFIxhP57IqbS7IRta2Gfiavds4yCxc5+fEAVVOgBZWnYkvzg==", + "dependencies": { + "ansi-regex": "^6.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "packages/cli/node_modules/strip-indent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", @@ -55614,7 +55639,7 @@ "pretty-ms": "^7.0.1", "rimraf": "^3.0.2", "shimmer": "^1.2.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.0", "strip-indent": "^4.0.0", "ts-jest": "^26.5.6", "ts-node": "^10.0.0", @@ -55631,6 +55656,11 @@ "@types/yargs-parser": "*" } }, + "ansi-regex": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz", + "integrity": "sha512-tAaOSrWCHF+1Ear1Z4wnJCXA9GGox4K6Ic85a5qalES2aeEwQGr7UC93mwef49536PkCYjzkp0zIxfFvexJ6zQ==" + }, "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -55702,6 +55732,14 @@ "is-wsl": "^2.2.0" } }, + "strip-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.0.tgz", + "integrity": "sha512-UhDTSnGF1dc0DRbUqr1aXwNoY3RgVkSWG8BrpnuFIxhP57IqbS7IRta2Gfiavds4yCxc5+fEAVVOgBZWnYkvzg==", + "requires": { + "ansi-regex": "^6.0.0" + } + }, "strip-indent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", diff --git a/packages/cli/package.json b/packages/cli/package.json index 40b9ef2d47..d4e9f88f76 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -70,7 +70,7 @@ "open": "^8.0.8", "pretty-ms": "^7.0.1", "shimmer": "^1.2.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.0", "strip-indent": "^4.0.0", "yargs": "^17.0.1", "yargs-parser": "^20.2.7"