Skip to content

Commit

Permalink
deps: gauge@4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 2, 2022
1 parent 7191d6e commit f342192
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ readme*
/is-stream
/is-string
/is-symbol
/is-typedarray
/is-weakref
/is-whitespace-character
/is-windows
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "4.0.2",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -33,18 +33,18 @@
"dependencies": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.2",
"console-control-strings": "^1.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.0",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.2"
"wide-align": "^1.1.5"
},
"devDependencies": {
"@npmcli/template-oss": "^2.7.1",
"readable-stream": "^3.6.0",
"tap": "^15.0.10"
"tap": "^15.1.6"
},
"files": [
"bin",
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3409,20 +3409,20 @@
"dev": true
},
"node_modules/gauge": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
"inBundle": true,
"dependencies": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.2",
"console-control-strings": "^1.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.0",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.2"
"wide-align": "^1.1.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
Expand Down Expand Up @@ -13308,19 +13308,19 @@
"dev": true
},
"gauge": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.1.tgz",
"integrity": "sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.2.tgz",
"integrity": "sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==",
"requires": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.2",
"console-control-strings": "^1.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.0",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.2"
"wide-align": "^1.1.5"
},
"dependencies": {
"ansi-regex": {
Expand Down

0 comments on commit f342192

Please sign in to comment.