Remove unused 'cli-progress' dependency (#2559)

This commit is contained in:
Jon Koops 2022-05-02 16:54:52 +02:00 committed by GitHub
parent a061ceb4f2
commit 57ad3dfed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 23 deletions

22
package-lock.json generated
View file

@ -55,7 +55,6 @@
"@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"cli-progress": "^3.10.0",
"cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",
@ -8126,18 +8125,6 @@
"node": ">=8"
}
},
"node_modules/cli-progress": {
"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": {
"string-width": "^4.2.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/cli-spinners": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
@ -30146,15 +30133,6 @@
"restore-cursor": "^3.1.0"
}
},
"cli-progress": {
"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": {
"string-width": "^4.2.0"
}
},
"cli-spinners": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",

View file

@ -73,7 +73,6 @@
"@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"cli-progress": "^3.10.0",
"cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",