Bump cli-color from 2.0.0 to 2.0.1 #221

Merged
dependabot[bot] merged 3 commits from dependabot/npm_and_yarn/cli-color-2.0.1 into main 2021-10-19 10:21:31 +00:00
Showing only changes of commit 7d5fabb3a2 - Show all commits

38
package-lock.json generated
View File

@ -564,14 +564,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ansi-styles": { "node_modules/ansi-styles": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@ -961,16 +953,18 @@
} }
}, },
"node_modules/cli-color": { "node_modules/cli-color": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.0.tgz", "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.1.tgz",
"integrity": "sha512-a0VZ8LeraW0jTuCkuAGMNufareGHhyZU9z8OGsW0gXd1hZGi1SRuNRXdbGkraBBKnhyUhyebFWnRbp+dIn0f0A==", "integrity": "sha512-eBbxZF6fqPUNnf7CLAFOersUnyYzv83tHFLSlts+OAHsNendaqv2tHCq+/MO+b3Y+9JeoUlIvobyxG/Z8GNeOg==",
"dependencies": { "dependencies": {
"ansi-regex": "^2.1.1",
"d": "^1.0.1", "d": "^1.0.1",
"es5-ext": "^0.10.51", "es5-ext": "^0.10.53",
"es6-iterator": "^2.0.3", "es6-iterator": "^2.0.3",
"memoizee": "^0.4.14", "memoizee": "^0.4.15",
"timers-ext": "^0.1.7" "timers-ext": "^0.1.7"
},
"engines": {
"node": ">=0.10"
} }
}, },
"node_modules/cli-cursor": { "node_modules/cli-cursor": {
@ -5895,11 +5889,6 @@
} }
} }
}, },
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
},
"ansi-styles": { "ansi-styles": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@ -6188,15 +6177,14 @@
"dev": true "dev": true
}, },
"cli-color": { "cli-color": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.0.tgz", "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-2.0.1.tgz",
"integrity": "sha512-a0VZ8LeraW0jTuCkuAGMNufareGHhyZU9z8OGsW0gXd1hZGi1SRuNRXdbGkraBBKnhyUhyebFWnRbp+dIn0f0A==", "integrity": "sha512-eBbxZF6fqPUNnf7CLAFOersUnyYzv83tHFLSlts+OAHsNendaqv2tHCq+/MO+b3Y+9JeoUlIvobyxG/Z8GNeOg==",
"requires": { "requires": {
"ansi-regex": "^2.1.1",
"d": "^1.0.1", "d": "^1.0.1",
"es5-ext": "^0.10.51", "es5-ext": "^0.10.53",
"es6-iterator": "^2.0.3", "es6-iterator": "^2.0.3",
"memoizee": "^0.4.14", "memoizee": "^0.4.15",
"timers-ext": "^0.1.7" "timers-ext": "^0.1.7"
} }
}, },