Bump cli-progress from 3.9.1 to 3.10.0

Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/npkgz/cli-progress/releases)
- [Changelog](https://github.com/npkgz/cli-progress/blob/master/CHANGES.md)
- [Commits](https://github.com/npkgz/cli-progress/compare/v3.9.1...v3.10.0)

---
updated-dependencies:
- dependency-name: cli-progress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 04:09:08 +00:00 committed by Jon Koops
parent 04e86e9b0b
commit 9be5192e29
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -51,7 +51,7 @@
"@types/snowpack-env": "^2.3.4", "@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"cli-progress": "^3.9.1", "cli-progress": "^3.10.0",
"cypress": "^8.5.0", "cypress": "^8.5.0",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"eslint": "^8.6.0", "eslint": "^8.6.0",
@ -7512,12 +7512,11 @@
} }
}, },
"node_modules/cli-progress": { "node_modules/cli-progress": {
"version": "3.9.1", "version": "3.10.0",
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz", "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
"integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==", "integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"colors": "^1.1.2",
"string-width": "^4.2.0" "string-width": "^4.2.0"
}, },
"engines": { "engines": {
@ -7697,6 +7696,7 @@
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"dev": true, "dev": true,
"optional": true,
"engines": { "engines": {
"node": ">=0.1.90" "node": ">=0.1.90"
} }
@ -27261,12 +27261,11 @@
} }
}, },
"cli-progress": { "cli-progress": {
"version": "3.9.1", "version": "3.10.0",
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz", "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
"integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==", "integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
"dev": true, "dev": true,
"requires": { "requires": {
"colors": "^1.1.2",
"string-width": "^4.2.0" "string-width": "^4.2.0"
} }
}, },
@ -27399,7 +27398,8 @@
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"dev": true "dev": true,
"optional": true
}, },
"combined-stream": { "combined-stream": {
"version": "1.0.8", "version": "1.0.8",

View file

@ -67,7 +67,7 @@
"@types/snowpack-env": "^2.3.4", "@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"cli-progress": "^3.9.1", "cli-progress": "^3.10.0",
"cypress": "^8.5.0", "cypress": "^8.5.0",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"eslint": "^8.6.0", "eslint": "^8.6.0",