Skip to content

Commit

Permalink
deps: gauge@4.0.1 (#4416)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf authored Feb 15, 2022
1 parent 7028010 commit 88bab35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions node_modules/gauge/lib/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ themes.addTheme('colorASCII', themes.getTheme('ASCII'), {
})

themes.addTheme('brailleSpinner', {
preProgressbar: '',
postProgressbar: '',
preProgressbar: '(',
postProgressbar: ')',
progressbarTheme: {
complete: '#',
remaining: '⠂',
Expand Down
11 changes: 7 additions & 4 deletions node_modules/gauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gauge",
"version": "4.0.0",
"version": "4.0.1",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
Expand All @@ -12,7 +12,8 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
"posttest": "npm run lint",
"template-copy": "npm-template-copy --force"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +42,7 @@
"wide-align": "^1.1.2"
},
"devDependencies": {
"@npmcli/template-oss": "^2.3.0",
"@npmcli/template-oss": "^2.7.1",
"readable-stream": "^3.6.0",
"tap": "^15.0.10"
},
Expand All @@ -58,5 +59,7 @@
"functions": 92,
"lines": 90
},
"templateVersion": "2.3.0"
"templateOSS": {
"version": "2.7.1"
}
}
12 changes: 6 additions & 6 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3420,9 +3420,9 @@
"dev": true
},
"node_modules/gauge": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.0.tgz",
"integrity": "sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
"inBundle": true,
"dependencies": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -13450,9 +13450,9 @@
"dev": true
},
"gauge": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.0.tgz",
"integrity": "sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
"requires": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
Expand Down

0 comments on commit 88bab35

Please sign in to comment.