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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-27 11:06:53 -04:00
committed by GitHub
parent 19160f3ab4
commit dc97d23ac3
2 changed files with 41 additions and 3 deletions

42
package-lock.json generated
View File

@@ -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",

View File

@@ -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"