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:
parent
04e86e9b0b
commit
9be5192e29
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -51,7 +51,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"cli-progress": "^3.9.1",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^8.5.0",
|
||||
"decompress": "^4.2.1",
|
||||
"eslint": "^8.6.0",
|
||||
|
@ -7512,12 +7512,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cli-progress": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz",
|
||||
"integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
|
||||
"integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"string-width": "^4.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -7697,6 +7696,7 @@
|
|||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
||||
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"engines": {
|
||||
"node": ">=0.1.90"
|
||||
}
|
||||
|
@ -27261,12 +27261,11 @@
|
|||
}
|
||||
},
|
||||
"cli-progress": {
|
||||
"version": "3.9.1",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz",
|
||||
"integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
|
||||
"integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"colors": "^1.1.2",
|
||||
"string-width": "^4.2.0"
|
||||
}
|
||||
},
|
||||
|
@ -27399,7 +27398,8 @@
|
|||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
|
||||
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
|
||||
"dev": true
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"combined-stream": {
|
||||
"version": "1.0.8",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"cli-progress": "^3.9.1",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^8.5.0",
|
||||
"decompress": "^4.2.1",
|
||||
"eslint": "^8.6.0",
|
||||
|
|
Loading…
Reference in a new issue