Merge pull request #82 from paescuj/update-listr2

Update listr2 to 3.11.0
This commit is contained in:
Pascal Jufer 2021-08-09 11:45:59 +02:00 committed by GitHub
commit 0c0502d561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1160,9 +1160,9 @@
"dev": true
},
"listr2": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-3.10.0.tgz",
"integrity": "sha512-eP40ZHihu70sSmqFNbNy2NL1YwImmlMmPh9WO5sLmPDleurMHt3n+SwEWNu2kzKScexZnkyFtc1VI0z/TGlmpw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-3.11.0.tgz",
"integrity": "sha512-XLJVe2JgXCyQTa3FbSv11lkKExYmEyA4jltVo8z4FX10Vt1Yj8IMekBfwim0BSOM9uj1QMTJvDQQpHyuPbB/dQ==",
"dev": true,
"requires": {
"cli-truncate": "^2.1.0",

View file

@ -26,6 +26,6 @@
"devDependencies": {
"@svgr/cli": "^5.5.0",
"execa": "^5.1.1",
"listr2": "^3.10.0"
"listr2": "^3.11.0"
}
}